Browse Source

Update Nextcloud to 19.0.7

20.X-Preperation
Timm 4 years ago
parent
commit
0d897e6f41
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docker-compose.yml

+ 2
- 2
docker-compose.yml View File

@ -30,7 +30,7 @@ services:
restart: always restart: always
app: app:
image: nextcloud:18.0.6-fpm-alpine
image: nextcloud:19.0.7-fpm-alpine
restart: always restart: always
volumes: volumes:
- /opt/docker/nextcloud/app:/var/www/html - /opt/docker/nextcloud/app:/var/www/html
@ -63,7 +63,7 @@ services:
container_name: nextcloud-nginx container_name: nextcloud-nginx
cron: cron:
image: nextcloud:18.0.6-fpm-alpine
image: nextcloud:19.0.7-fpm-alpine
restart: always restart: always
volumes: volumes:
- /opt/docker/nextcloud/app:/var/www/html - /opt/docker/nextcloud/app:/var/www/html


Loading…
Cancel
Save