Skip to content

Commit 764d849

Browse files
authored
feat: ip addresses yippee
1 parent af7c43f commit 764d849

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ services:
124124
retries: 5
125125
start_period: 30s
126126
networks:
127-
- pterodactyl_stack
127+
pterodactyl_stack:
128+
ipv4_address: 172.21.0.4
128129
wings:
129130
# See https://github.com/Loki-101/cwings for info about cwings
130131
image: ghcr.io/loki-101/cwings:v1.11.13
@@ -153,17 +154,16 @@ services:
153154
retries: 5
154155
start_period: 30s
155156
networks:
156-
- pterodactyl_stack
157+
pterodactyl_stack:
158+
ipv4_address: 172.21.0.5
157159

158160
networks:
159161
pterodactyl_stack:
160162
driver: bridge
161-
aliases:
162-
- blueprint.local
163163
ipam:
164164
driver: default
165165
config:
166-
- subnet: "172.20.0.0/24"
166+
- subnet: "172.21.0.0/24"
167167
# pterodactyl_nw:
168168
# external: true
169169

0 commit comments

Comments
 (0)