Skip to content

Commit f9b4460

Browse files
authored
Fix typos and mistakes from previous commits
Emma, please test each time you change anything.
1 parent 764d849 commit f9b4460

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@ services:
118118
HASHIDS_SALT: "${HASH_SALT}"
119119
HASHIDS_LENGTH: 8
120120
healthcheck:
121-
test: ["CMD", "curl", "http://localhost:80"]
121+
test: ["CMD", "curl", "http://localhost:${PANEL_PORT}"]
122122
interval: 30s
123123
timeout: 10s
124124
retries: 5
125125
start_period: 30s
126126
networks:
127127
pterodactyl_stack:
128-
ipv4_address: 172.21.0.4
128+
- ipv4_address: 172.21.0.4
129129
wings:
130130
# See https://github.com/Loki-101/cwings for info about cwings
131131
image: ghcr.io/loki-101/cwings:v1.11.13
@@ -155,7 +155,7 @@ services:
155155
start_period: 30s
156156
networks:
157157
pterodactyl_stack:
158-
ipv4_address: 172.21.0.5
158+
- ipv4_address: 172.21.0.5
159159

160160
networks:
161161
pterodactyl_stack:

0 commit comments

Comments
 (0)