Skip to content

Commit b3849db

Browse files
authored
Update alpine-komodo.sh fixing missing pull images command (#8689)
1 parent 2cd0287 commit b3849db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ct/alpine-komodo.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ function update_script() {
5252
mv "$BACKUP_FILE" "$COMPOSE_FILE"
5353
exit 1
5454
fi
55+
$STD docker compose -p komodo -f "$COMPOSE_FILE" --env-file /opt/komodo/compose.env pull
5556
$STD docker compose -p komodo -f "$COMPOSE_FILE" --env-file /opt/komodo/compose.env up -d
5657
msg_ok "Updated ${APP}"
5758
exit

0 commit comments

Comments
 (0)