There was an error while loading. Please reload this page.
1 parent 4fed35b commit e7e8260Copy full SHA for e7e8260
1 file changed
lila-docker
@@ -16,7 +16,7 @@ run_setup() {
16
17
docker compose build
18
docker compose --profile utils build
19
- docker compose up -d
+ docker compose up -d --pull always
20
21
run_ui_build
22
@@ -31,7 +31,7 @@ add_services() {
31
rust_cmd add_services
32
33
34
35
setup_bbppairings
36
setup_database
37
}
@@ -68,7 +68,7 @@ build_all_profiles() {
68
# pre-pull the zigbuild image if rustup is not installed on the host
69
command -v rustup >/dev/null 2>&1 || docker pull $RUST_BUILD_IMAGE
70
71
- COMPOSE_PROFILES=$(all_profiles) docker compose pull
+ COMPOSE_PROFILES=$(all_profiles) docker compose pull --policy always
72
COMPOSE_PROFILES=$(all_profiles) docker compose build
73
74
0 commit comments