Skip to content

Commit fc07cb8

Browse files
committed
Use latest tag in Docker Compose example
1 parent 058de27 commit fc07cb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- internal
2121

2222
backup:
23-
image: '${DOCKER_IMAGE:-oneofftech/database-backup-cron:main}'
23+
image: '${DOCKER_IMAGE:-oneofftech/database-backup-cron:latest}'
2424
environment:
2525
DB_HOST: database
2626
DB_DATABASE: test

0 commit comments

Comments
 (0)