Update Nextcloud

This commit is contained in:
Mo 2023-08-19 00:22:23 +02:00
parent f7a12c3e11
commit dc504ab035

View file

@ -23,7 +23,7 @@ podman-default-create \
-v $db_container_dir:/var/lib/postgresql/data:Z \
--env-file $db_env_file \
--label "io.containers.autoupdate=registry" \
docker.io/library/postgres:15-alpine
docker.io/library/postgres:15-alpine; or return 1
podman-default-create \
$container_name \
@ -32,4 +32,4 @@ podman-default-create \
-e POSTGRES_HOST=$db_container_name \
--env-file $db_env_file \
--label "io.containers.autoupdate=registry" \
docker.io/library/nextcloud:26-apache
docker.io/library/nextcloud:27-apache