🐳 Updated Dockerfile* and .env.scripts* 🐳
Some checks failed
php-7 / release-php-7 (push) Has been cancelled
php-8 / release-php-8 (push) Has been cancelled
release-tag / release-image (push) Has been cancelled

Dockerfile
Dockerfile.5.6
Dockerfile.7
Dockerfile.7.0
Dockerfile.7.1
Dockerfile.7.2
Dockerfile.7.3
Dockerfile.7.4
Dockerfile.8
Dockerfile.8.0
Dockerfile.8.1
Dockerfile.8.2
Dockerfile.8.3
Dockerfile.8.4
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/etc/docker/functions/entrypoint.sh
This commit is contained in:
casjay
2025-11-29 11:04:45 -05:00
parent f0c20666ac
commit b99cbb7c82
16 changed files with 4090 additions and 1235 deletions

View File

@@ -252,5 +252,5 @@ VOLUME [ "/config","/data" ]
EXPOSE ${SERVICE_PORT} ${ENV_PORTS}
ENTRYPOINT [ "tini","--","/usr/local/bin/entrypoint.sh", "start" ]
ENTRYPOINT [ "tini","--","/usr/local/bin/entrypoint.sh" ]
HEALTHCHECK --start-period=10m --interval=5m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]