Entrypoint static variable removed to allow validation of scripting files before startup
This commit is contained in:
@@ -82,7 +82,6 @@ services:
|
||||
volumes:
|
||||
- ./scripts:/scripts:ro
|
||||
- ./backups:/backups
|
||||
entrypoint: ["/bin/sh", "/scripts/backup-cron.sh"]
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
db:
|
||||
|
||||
Reference in New Issue
Block a user