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