Skip to content

Commit

Permalink
fix: compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
almax07082005 committed Jul 29, 2024
1 parent 401eaba commit 1c058f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- 'cardio-db-volume:/var/lib/postgresql/data'

cardio-bot:
image: 'cardio-bot:latest'
image: 'cardio-bot:${DOCKER_TAG}'
container_name: 'cardio-bot'
env_file: ./.env
restart: always
Expand Down

0 comments on commit 1c058f0

Please sign in to comment.