We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f17d56 commit 2d5c125Copy full SHA for 2d5c125
docker-compose.yml
@@ -130,8 +130,8 @@ services:
130
image: ghcr.io/loki-101/cwings:v1.11.13
131
restart: always
132
ports:
133
- - "${WINGS_PORT}:8080"
134
- - "${WINGS_SFTP_PORT}:2022"
+ - "${WINGS_PORT}:${WINGS_PORT}"
+ - "${WINGS_SFTP_PORT}:${WINGS_SFTP_PORT}"
135
tty: true
136
environment:
137
TZ: "${TIMEZONE}"
@@ -147,7 +147,7 @@ services:
147
- "/tmp/pterodactyl/:/tmp/pterodactyl/"
148
- "${BASE_DIR}/certs:/etc/letsencrypt/live:ro"
149
healthcheck:
150
- test: ["CMD", "curl", "http://localhost:8080"]
+ test: ["CMD", "curl", "http://localhost:${WINGS_PORT}"]
151
interval: 30s
152
timeout: 10s
153
retries: 5
0 commit comments