Skip to content

Commit f340db6

Browse files
authored
Upgrade cwings image to v1.12.1 and add new required volume
1 parent 6d0431d commit f340db6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ services:
127127
- pterodactyl_stack
128128
wings:
129129
# See https://github.com/Loki-101/cwings for info about cwings
130-
image: ghcr.io/loki-101/cwings:v1.12.0
130+
image: ghcr.io/loki-101/cwings:v1.12.1
131131
restart: always
132132
ports:
133133
- "${WINGS_PORT}:${WINGS_PORT}"
@@ -139,6 +139,7 @@ services:
139139
WINGS_GID: 988
140140
WINGS_USERNAME: pterodactyl
141141
volumes:
142+
- "/run/wings:/run/wings"
142143
- "/var/run/docker.sock:/var/run/docker.sock"
143144
- "/var/lib/docker/containers/:/var/lib/docker/containers/"
144145
- "${BASE_DIR}/wings/:/etc/pterodactyl"

0 commit comments

Comments
 (0)