Skip to content

Commit

Permalink
Update version in Docker compose example
Browse files Browse the repository at this point in the history
Closes #47.
  • Loading branch information
jgosmann committed Oct 10, 2024
1 parent bad3662 commit ebbe1e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Example docker-compose file:
# source: https://github.com/jamborjan/dmarc-metrics-exporter/pkgs/container/dmarc-metrics-exporter
container_name: dmarc-metrics-exporter
hostname: dmarc-metrics-exporter
image: jgosmann/dmarc-metrics-exporter:0.3.0
image: jgosmann/dmarc-metrics-exporter:1.1.1
restart: unless-stopped
user: 1000:1000 #PUID=1000:PGID=1000
expose:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ license = "MIT"
name = "dmarc-metrics-exporter"
readme = "README.rst"
repository = "https://github.com/jgosmann/dmarc-metrics-exporter/"
version = "1.1.1" # Update also in __init__.py!
version = "1.1.1" # Update also in __init__.py and Docker compose example in readme!

[tool.poetry.scripts]
dmarc-metrics-exporter = "dmarc_metrics_exporter.__main__:run"
Expand Down

0 comments on commit ebbe1e0

Please sign in to comment.