1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

update nextcloud

This commit is contained in:
kev 2022-08-29 18:34:39 +08:00
parent 169353a82b
commit 4a1f9f7232

@ -3,12 +3,17 @@ version: "3.8"
services: services:
nextcloud: nextcloud:
image: nextcloud:stable image: nextcloud:stable-apache
ports: ports:
- "8080:80" - "8080:80"
volumes: volumes:
- ./data/nextcloud:/var/www/html - ./data/nextcloud:/var/www/html
environment: environment:
- NEXTCLOUD_TRUSTED_DOMAINS=nextcloud.easypi.duckdns.org
- OVERWRITEHOST=nextcloud.easypi.duckdns.org
- OVERWRITEPROTOCOL=https
- PHP_MEMORY_LIMIT=2048M
- PHP_UPLOAD_LIMIT=4096M
- POSTGRES_HOST=postgres - POSTGRES_HOST=postgres
- POSTGRES_DB=nextcloud - POSTGRES_DB=nextcloud
- POSTGRES_USER=nextcloud - POSTGRES_USER=nextcloud