Skip to content

Commit 4fa7c0d

Browse files
authored
build: use https protocol and fix virtual host (#788)
Signed-off-by: Saw-jan <[email protected]>
2 parents 2631e7c + 342f24d commit 4fa7c0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ services:
9191
command: /nextcloud.sh
9292
environment:
9393
SQL: pgsql
94-
VIRTUAL_HOST: nextcloud
94+
PROTOCOL: https
95+
VIRTUAL_HOST: nextcloud.local
9596
SERVER_BRANCH: ${NEXTCLOUD_BRANCH:-stable31}
9697
NEXTCLOUD_AUTOINSTALL: YES
9798
NEXTCLOUD_TRUSTED_DOMAINS: nextcloud.local

0 commit comments

Comments
 (0)