Entrypoint static variable removed to allow validation of scripting files before startup

This commit is contained in:
2026-08-04 18:51:08 -07:00
parent 6c1dc7d45f
commit 26f4a9242a

View File

@@ -82,7 +82,6 @@ services:
volumes:
- ./scripts:/scripts:ro
- ./backups:/backups
entrypoint: ["/bin/sh", "/scripts/backup-cron.sh"]
restart: unless-stopped
depends_on:
db: