Upgrade Nextcloud
This commit is contained in:
parent
e0a03fd158
commit
334ff80a36
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue