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 af7c43f commit 764d849Copy full SHA for 764d849
1 file changed
docker-compose.yml
@@ -124,7 +124,8 @@ services:
124
retries: 5
125
start_period: 30s
126
networks:
127
- - pterodactyl_stack
+ pterodactyl_stack:
128
+ ipv4_address: 172.21.0.4
129
wings:
130
# See https://github.com/Loki-101/cwings for info about cwings
131
image: ghcr.io/loki-101/cwings:v1.11.13
@@ -153,17 +154,16 @@ services:
153
154
155
156
157
158
+ ipv4_address: 172.21.0.5
159
160
161
pterodactyl_stack:
162
driver: bridge
- aliases:
- - blueprint.local
163
ipam:
164
driver: default
165
config:
166
- - subnet: "172.20.0.0/24"
+ - subnet: "172.21.0.0/24"
167
# pterodactyl_nw:
168
# external: true
169
0 commit comments