Skip to content

Commit

Permalink
Update image tag in Docker Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrissaud committed Feb 25, 2024
1 parent a65a12a commit 8383592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
- prometheus
environment:
- SB_SCRAPING_INTERVAL=${SCRAPING_INTERVAL}
image: paulbrissaud/suivi-bourse-app:3.6.3
image: paulbrissaud/suivi-bourse-app:3.6.4
restart: unless-stopped
volumes:
- ./config.yaml:/home/appuser/.config/SuiviBourse/config.yaml:ro
Expand Down

0 comments on commit 8383592

Please sign in to comment.