Skip to content

Commit d00cca0

Browse files
authored
Update docker-compose.yml
1 parent 5e6b675 commit d00cca0

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

docker-compose.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ services:
9191
image: ghcr.io/blueprintframework/blueprint:v1.11.11
9292
restart: always
9393
ports:
94-
- "${PANEL_PORT}:80"
94+
- "${PANEL_PORT}:${PANEL_PORT}"
9595
links:
9696
- database
9797
- cache
@@ -124,8 +124,7 @@ services:
124124
retries: 5
125125
start_period: 30s
126126
networks:
127-
pterodactyl_stack:
128-
- ipv4_address: 172.21.0.4
127+
- pterodactyl_stack
129128
wings:
130129
# See https://github.com/Loki-101/cwings for info about cwings
131130
image: ghcr.io/loki-101/cwings:v1.11.13
@@ -142,28 +141,27 @@ services:
142141
volumes:
143142
- "/var/run/docker.sock:/var/run/docker.sock"
144143
- "/var/lib/docker/containers/:/var/lib/docker/containers/"
145-
- "${BASE_DIR}/wings:/etc/pterodactyl"
144+
- "${BASE_DIR}/wings/:/etc/pterodactyl"
146145
- "${BASE_DIR}/:${BASE_DIR}/"
147146
- "${BASE_DIR}/logs/:/var/log/pterodactyl/"
148147
- "/tmp/pterodactyl/:/tmp/pterodactyl/"
149-
- "${BASE_DIR}/certs:/etc/letsencrypt/live:ro"
148+
- "${BASE_DIR}/certs/:/etc/letsencrypt/live:ro"
150149
healthcheck:
151150
test: ["CMD", "curl", "http://localhost:${WINGS_PORT}"]
152151
interval: 30s
153152
timeout: 10s
154153
retries: 5
155154
start_period: 30s
156155
networks:
157-
pterodactyl_stack:
158-
- ipv4_address: 172.21.0.5
156+
- pterodactyl_stack
159157

160158
networks:
161159
pterodactyl_stack:
162160
driver: bridge
163161
ipam:
164162
driver: default
165163
config:
166-
- subnet: "172.21.0.0/24"
164+
- subnet: "172.20.0.0/24"
167165
# pterodactyl_nw:
168166
# external: true
169167

0 commit comments

Comments
 (0)