1
0

🔨」 fix: Fixed a few things

This commit is contained in:
keyzox
2025-03-06 09:28:20 +01:00
parent ddf4f85937
commit f9759c31fa
5 changed files with 9 additions and 9 deletions

View File

@ -28,4 +28,4 @@ STOPSIGNAL SIGINT
USER adminer
CMD [ "php84", "-S", "0.0.0.0:8080", "-t", "/var/www/adminer"]
HEALTHCHECK --interval=30s --timeout=10s --retries=3 --start-period=1s --start-interval=2s CMD curl -f "http://localhost:8080"
HEALTHCHECK --interval=30s --timeout=10s --retries=3 --start-period=30s --start-interval=5s CMD curl -f "http://localhost:8080"