fix: revert backup volume path to exact specification
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m2s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m2s
- Updated the host bind mount path to exactly '/opt/backups_db' as explicitly required by the server configuration.
This commit is contained in:
@@ -52,7 +52,7 @@ services:
|
|||||||
DB_DUMP_CRON: "55 2 * * *" # Roda todo dia exatamente às 02:55 da manhã
|
DB_DUMP_CRON: "55 2 * * *" # Roda todo dia exatamente às 02:55 da manhã
|
||||||
DB_CLEANUP_TIME: 4320 # Apaga os locais mais velhos que 3 dias
|
DB_CLEANUP_TIME: 4320 # Apaga os locais mais velhos que 3 dias
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/fasto_backups:/db
|
- /opt/backups_db:/db
|
||||||
networks:
|
networks:
|
||||||
- fasto-net
|
- fasto-net
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user