docker/docker-compose-YAMLs/nextcloud/docker-compose.yml aktualisiert
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
||||
- db_data:/var/lib/postgresql/data
|
||||
|
||||
app:
|
||||
image: nextcloud:32.0.3
|
||||
image: nextcloud:32.0.5
|
||||
container_name: nextcloud-app
|
||||
restart: always
|
||||
depends_on:
|
||||
@@ -28,7 +28,7 @@ services:
|
||||
- "8082:80"
|
||||
|
||||
cron:
|
||||
image: nextcloud:32.0.3
|
||||
image: nextcloud:32.0.5
|
||||
container_name: nextcloud-cron
|
||||
restart: always
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user