Skip to content

Commit

Permalink
don't restart mobile after hostname change
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Mar 21, 2024
1 parent 0472ad5 commit 83dffe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lila-docker
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ run_hostname() {
rust_cmd hostname

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

Expand Down

0 comments on commit 83dffe7

Please sign in to comment.