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