nextcloud: upgrade 21.0.0 -> 22.2.3

This commit is contained in:
giomba 2022-01-16 13:57:55 +01:00
parent 0922dd4992
commit 7ebe4aa4b9
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
version: "2"
services:
nextcloud:
image: nextcloud:21
image: nextcloud:22.2.3
ports:
- "127.0.0.1:7080:80"
depends_on:
@ -10,7 +10,7 @@ services:
- /srv/nextcloud/app:/var/www/html
restart: unless-stopped
db:
image: mariadb
image: mariadb:10.5.13
restart: unless-stopped
volumes:
- /srv/nextcloud/db:/var/lib/mysql