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 6d0431d commit f340db6Copy full SHA for f340db6
1 file changed
docker-compose.yml
@@ -127,7 +127,7 @@ services:
127
- pterodactyl_stack
128
wings:
129
# See https://github.com/Loki-101/cwings for info about cwings
130
- image: ghcr.io/loki-101/cwings:v1.12.0
+ image: ghcr.io/loki-101/cwings:v1.12.1
131
restart: always
132
ports:
133
- "${WINGS_PORT}:${WINGS_PORT}"
@@ -139,6 +139,7 @@ services:
139
WINGS_GID: 988
140
WINGS_USERNAME: pterodactyl
141
volumes:
142
+ - "/run/wings:/run/wings"
143
- "/var/run/docker.sock:/var/run/docker.sock"
144
- "/var/lib/docker/containers/:/var/lib/docker/containers/"
145
- "${BASE_DIR}/wings/:/etc/pterodactyl"
0 commit comments