Skip to content

Commit 882d29d

Browse files
committed
restart mobile container after changing hostname
1 parent 7b32605 commit 882d29d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lila-docker

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ run_hostname() {
7373
rust_cmd hostname
7474

7575
if [ ! -z "$(docker compose ps -a --services | xargs)" ]; then
76-
docker compose down lila lila_ws nginx
77-
docker compose up -d lila lila_ws nginx
76+
docker compose down lila lila_ws mobile nginx
77+
docker compose up -d lila lila_ws mobile nginx
7878
fi
7979
}
8080

0 commit comments

Comments
 (0)