Upgrade Nextcloud

This commit is contained in:
Mo 2023-12-28 16:52:40 +01:00
parent e0a03fd158
commit 334ff80a36

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; or return 1
docker.io/library/postgres:16; 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:27-apache
docker.io/library/nextcloud:28-apache