B: Fix rebuilding containers
This commit is contained in:
parent
fd6ee0d736
commit
cebe05dcb3
|
@ -6,8 +6,7 @@ git reset --hard origin/main
|
|||
|
||||
/bin/bash "${BACKUP_SCRIPT}"
|
||||
|
||||
docker compose --file "${COMPOSE_FILE}" up --build --detach
|
||||
docker compose --file "${COMPOSE_FILE}" restart
|
||||
docker compose --file "${COMPOSE_FILE}" up --build --detach --force-recreate
|
||||
docker compose --file "${COMPOSE_FILE}" restart nginx
|
||||
|
||||
# Use this to prune caches
|
||||
|
|
Loading…
Reference in New Issue
Block a user