File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -173,9 +173,9 @@ services:
173173 # networks:
174174 # - hypixel_network
175175
176- pico-limbo :
176+ pico_limbo :
177177 image : ghcr.io/ariksquad/picolimbo:master
178- container_name : picolimbo
178+ container_name : pico_limbo
179179 restart : unless-stopped
180180 environment :
181181 << : *forwarding_env
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ do_launch() {
1111
1212 set_step " Cleaning up stale containers"
1313 log_info " Removing stale containers..."
14- for c in $( docker ps -a --format ' {{.Names}}' 2> /dev/null | grep -E ' ^(hypixel_|hypixelcore_|service_|pico-limbo |game_server_builder)' ) ; do
14+ for c in $( docker ps -a --format ' {{.Names}}' 2> /dev/null | grep -E ' ^(hypixel_|hypixelcore_|service_|pico_limbo |game_server_builder)' ) ; do
1515 docker rm -f " $c " & > /dev/null || true
1616 done
1717 docker volume rm mongo-data & > /dev/null || true
@@ -50,7 +50,7 @@ do_launch() {
5050
5151 set_step " Starting PicoLimbo"
5252 log_info " Starting PicoLimbo + image builder..."
53- run_step " Starting PicoLimbo + builder" docker compose up -d game_server_builder pico-limbo
53+ run_step " Starting PicoLimbo + builder" docker compose up -d game_server_builder pico_limbo
5454 sleep 3
5555 log_ok " PicoLimbo started"
5656
@@ -254,7 +254,7 @@ start_all() {
254254 docker compose up -d proxy 2>&1 || true
255255 wait_healthy " hypixel_proxy" 60 || log_warn " Proxy may not be healthy"
256256
257- docker compose up -d game_server_builder pico-limbo 2>&1 || true
257+ docker compose up -d game_server_builder pico_limbo 2>&1 || true
258258 sleep 2
259259
260260 docker compose up -d 2>&1 || true
Original file line number Diff line number Diff line change @@ -255,9 +255,9 @@ ${redis_ports}
255255 networks:
256256 - hypixel_network
257257
258- pico-limbo :
258+ pico_limbo :
259259 image: ghcr.io/ariksquad/picolimbo:master
260- container_name: picolimbo
260+ container_name: pico_limbo
261261 restart: unless-stopped
262262 environment:
263263 <<: *forwarding_env
You can’t perform that action at this time.
0 commit comments