Skip to content

Commit 2d5c125

Browse files
authored
feat: whoops
1 parent 6f17d56 commit 2d5c125

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ services:
130130
image: ghcr.io/loki-101/cwings:v1.11.13
131131
restart: always
132132
ports:
133-
- "${WINGS_PORT}:8080"
134-
- "${WINGS_SFTP_PORT}:2022"
133+
- "${WINGS_PORT}:${WINGS_PORT}"
134+
- "${WINGS_SFTP_PORT}:${WINGS_SFTP_PORT}"
135135
tty: true
136136
environment:
137137
TZ: "${TIMEZONE}"
@@ -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:8080"]
150+
test: ["CMD", "curl", "http://localhost:${WINGS_PORT}"]
151151
interval: 30s
152152
timeout: 10s
153153
retries: 5

0 commit comments

Comments
 (0)