Nextcloud 33 Update
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
nextcloud:
|
nextcloud:
|
||||||
image: nextcloud:32
|
image: nextcloud:33
|
||||||
container_name: nextcloud
|
container_name: nextcloud
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -29,7 +29,7 @@ services:
|
|||||||
- ./data:/var/www/html
|
- ./data:/var/www/html
|
||||||
|
|
||||||
nextcloud_db:
|
nextcloud_db:
|
||||||
image: postgres:17
|
image: postgres:18
|
||||||
container_name: nextcloud_db
|
container_name: nextcloud_db
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user