Update nextcloud volumes

This commit is contained in:
Mo 2023-02-12 15:56:18 +01:00
parent 04ac0e4b58
commit 70b9dd51a7

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:14-alpine
docker.io/library/postgres:15-alpine
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:24-apache
docker.io/library/nextcloud:25-apache