We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169353a commit 4a1f9f7Copy full SHA for 4a1f9f7
nextcloud/docker-compose.yml
@@ -3,12 +3,17 @@ version: "3.8"
3
services:
4
5
nextcloud:
6
- image: nextcloud:stable
+ image: nextcloud:stable-apache
7
ports:
8
- "8080:80"
9
volumes:
10
- ./data/nextcloud:/var/www/html
11
environment:
12
+ - NEXTCLOUD_TRUSTED_DOMAINS=nextcloud.easypi.duckdns.org
13
+ - OVERWRITEHOST=nextcloud.easypi.duckdns.org
14
+ - OVERWRITEPROTOCOL=https
15
+ - PHP_MEMORY_LIMIT=2048M
16
+ - PHP_UPLOAD_LIMIT=4096M
17
- POSTGRES_HOST=postgres
18
- POSTGRES_DB=nextcloud
19
- POSTGRES_USER=nextcloud
0 commit comments