Upgrade Nextcloud to 13.0.0

This commit is contained in:
Paul-Henri Froidmont 2018-02-08 11:36:24 +01:00
parent bb6819a3b0
commit f318e42f8c
2 changed files with 19 additions and 19 deletions

View file

@ -1,4 +1,4 @@
FROM nextcloud:fpm FROM nextcloud:13.0.0-fpm
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
supervisor \ supervisor \

View file

@ -59,21 +59,21 @@ services:
image: redis image: redis
restart: always restart: always
# collabora: collabora:
# image: collabora/code image: collabora/code:3.0.0.4
# cap_add: cap_add:
# - MKNOD - MKNOD
# expose: expose:
# - 9980 - 9980
# environment: environment:
# - domain=${CLOUD_DOMAIN} - domain=${CLOUD_DOMAIN}
# - VIRTUAL_HOST=${COLLABORA_DOMAIN} - VIRTUAL_HOST=${COLLABORA_DOMAIN}
# - VIRTUAL_NETWORK=nginx-proxy - VIRTUAL_NETWORK=nginx-proxy
# - VIRTUAL_PORT=9980 - VIRTUAL_PORT=9980
# - VIRTUAL_PROTO=https - VIRTUAL_PROTO=https
# - LETSENCRYPT_HOST=${COLLABORA_DOMAIN} - LETSENCRYPT_HOST=${COLLABORA_DOMAIN}
# - LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL} - LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
# networks: networks:
# - proxy-tier - proxy-tier
# - default - default
# restart: always restart: always