fix docker compose file
This commit is contained in:
+2
-2
@@ -68,7 +68,7 @@ services:
|
|||||||
# restart: always
|
# restart: always
|
||||||
|
|
||||||
db-backup:
|
db-backup:
|
||||||
container_name: tennis_backup_v2
|
container_name: hshop_backup_v2
|
||||||
image: greenstorm911/db-backup-with-docker:latest
|
image: greenstorm911/db-backup-with-docker:latest
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -102,7 +102,7 @@ services:
|
|||||||
- backups:/backups
|
- backups:/backups
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- tennis-network
|
- default
|
||||||
|
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
Reference in New Issue
Block a user