mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
update nextcloud
This commit is contained in:
parent
169353a82b
commit
4a1f9f7232
@ -3,12 +3,17 @@ version: "3.8"
|
||||
services:
|
||||
|
||||
nextcloud:
|
||||
image: nextcloud:stable
|
||||
image: nextcloud:stable-apache
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- ./data/nextcloud:/var/www/html
|
||||
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_DB=nextcloud
|
||||
- POSTGRES_USER=nextcloud
|
||||
|
Loading…
Reference in New Issue
Block a user