move php sockets/fix healthcheck/update caddy

Update caddy Docker tag to v2.7.2

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
renovate[bot]
2023-08-04 00:05:39 +00:00
committed by Zoey
parent 991b2c129c
commit c3f47eec65
4 changed files with 12 additions and 10 deletions

View File

@@ -70,11 +70,11 @@ http {
}
upstream php81 {
server unix:/var/php81.sock;
server unix:/var/run/php81.sock;
}
upstream php82 {
server unix:/var/php82.sock;
server unix:/var/run/php82.sock;
}
# Fancy Index