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.
docker compose pull
edge
latest
1 parent 99b7623 commit 677c994Copy full SHA for 677c994
local-run/scripts/run
@@ -159,6 +159,9 @@ info "- Server: $(format_code "${PROSE_POD_SERVER_IMAGE:?}")"
159
[ -f "${MAILPIT_DATABASE_PATH:?}" ] || echo '' > "${MAILPIT_DATABASE_PATH:?}"
160
161
source "${SELF_SCRIPTS:?}"/compose-exports.sh
162
+if [[ "${PROSE_POD_API_IMAGE_TAG:?}" =~ ^(edge|latest)$ ]]; then
163
+ edo docker compose -f "${COMPOSE_FILE:?}" pull
164
+fi
165
edo docker compose -f "${COMPOSE_FILE:?}" up --force-recreate --remove-orphans ${DETACH+--detach}
166
167
if (( $EPHEMERAL )) && ! (( $DETACH )); then
0 commit comments