|
@ -68,7 +68,7 @@ create_occ_if_not_exists() { |
|
|
## bare-minimum nextcloud run AND we will use occ to set some info |
|
|
## bare-minimum nextcloud run AND we will use occ to set some info |
|
|
## in this very same relation. |
|
|
## in this very same relation. |
|
|
export COMPOSE_IGNORE_ORPHANS=true |
|
|
export COMPOSE_IGNORE_ORPHANS=true |
|
|
compose --debug --without-relation="$SERVICE_NAME":web-proxy run \ |
|
|
|
|
|
|
|
|
compose --debug --no-init --without-relation="$SERVICE_NAME":web-proxy run \ |
|
|
--rm --entrypoint /entrypoint.sh "$SERVICE_NAME" apache >&2 || true |
|
|
--rm --entrypoint /entrypoint.sh "$SERVICE_NAME" apache >&2 || true |
|
|
if ! [ -e "$SERVICE_DATASTORE/var/www/html/occ" ]; then |
|
|
if ! [ -e "$SERVICE_DATASTORE/var/www/html/occ" ]; then |
|
|
err "Expected last command to create /var/www/html/occ" |
|
|
err "Expected last command to create /var/www/html/occ" |
|
|