Skip to content

Commit 6f17d56

Browse files
authored
feat: update docker compose healthchecks
1 parent 1038afb commit 6f17d56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ services:
118118
HASHIDS_SALT: "${HASH_SALT}"
119119
HASHIDS_LENGTH: 8
120120
healthcheck:
121-
test: ["CMD", "curl", "http://localhost:${PANEL_PORT}"]
121+
test: ["CMD", "curl", "http://localhost:80"]
122122
interval: 30s
123123
timeout: 10s
124124
retries: 5
@@ -147,7 +147,7 @@ services:
147147
- "/tmp/pterodactyl/:/tmp/pterodactyl/"
148148
- "${BASE_DIR}/certs:/etc/letsencrypt/live:ro"
149149
healthcheck:
150-
test: ["CMD", "curl", "http://localhost:${WINGS_PORT}"]
150+
test: ["CMD", "curl", "http://localhost:8080"]
151151
interval: 30s
152152
timeout: 10s
153153
retries: 5

0 commit comments

Comments
 (0)