We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd0287 commit b3849dbCopy full SHA for b3849db
ct/alpine-komodo.sh
@@ -52,6 +52,7 @@ function update_script() {
52
mv "$BACKUP_FILE" "$COMPOSE_FILE"
53
exit 1
54
fi
55
+ $STD docker compose -p komodo -f "$COMPOSE_FILE" --env-file /opt/komodo/compose.env pull
56
$STD docker compose -p komodo -f "$COMPOSE_FILE" --env-file /opt/komodo/compose.env up -d
57
msg_ok "Updated ${APP}"
58
exit
0 commit comments