mirror of
https://github.com/casjaysdevdocker/ifconfig
synced 2025-11-05 01:02:37 -05:00
🐳 Update codebase 🐳
All checks were successful
release-tag / release-image (push) Successful in 7m32s
All checks were successful
release-tag / release-image (push) Successful in 7m32s
Dockerfile
This commit is contained in:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user