Skip to content

Commit a3b5f79

Browse files
authored
Add docker compose pull for actually updating images (#7682)
1 parent c22630c commit a3b5f79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ct/komodo.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ function update_script() {
5959
if ! grep -qxF 'COMPOSE_KOMODO_BACKUPS_PATH=/etc/komodo/backups' /opt/komodo/compose.env; then
6060
sed -i '/^COMPOSE_KOMODO_IMAGE_TAG=latest$/a COMPOSE_KOMODO_BACKUPS_PATH=/etc/komodo/backups' /opt/komodo/compose.env
6161
fi
62+
$STD docker compose -p komodo -f "$COMPOSE_FILE" --env-file /opt/komodo/compose.env pull
6263
$STD docker compose -p komodo -f "$COMPOSE_FILE" --env-file /opt/komodo/compose.env up -d
6364
msg_ok "Updated ${APP}"
6465
exit

0 commit comments

Comments
 (0)