Skip to content

Commit 4a1f9f7

Browse files
committed
update nextcloud
1 parent 169353a commit 4a1f9f7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

nextcloud/docker-compose.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@ version: "3.8"
33
services:
44

55
nextcloud:
6-
image: nextcloud:stable
6+
image: nextcloud:stable-apache
77
ports:
88
- "8080:80"
99
volumes:
1010
- ./data/nextcloud:/var/www/html
1111
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
1217
- POSTGRES_HOST=postgres
1318
- POSTGRES_DB=nextcloud
1419
- POSTGRES_USER=nextcloud

0 commit comments

Comments
 (0)