fixing overwrite porotocols for NPM
This commit is contained in:
@@ -23,6 +23,7 @@ services:
|
||||
image: nextcloud
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- 'default'
|
||||
- 'homelab'
|
||||
ports:
|
||||
- 8080:80
|
||||
@@ -35,9 +36,8 @@ services:
|
||||
- MYSQL_HOST=db
|
||||
- REDIS_HOST=redis
|
||||
- OVERWRITECLIURL=${OVERWRITECLIURL}
|
||||
- OVERWRITEWEBROOT=${OVERWRITEWEBROOT}
|
||||
- OVERWRITEPROTOCOL=${OVERWRITEPROTOCOL}
|
||||
- OVERWRITEHOST=${OVERWRITEHOST}
|
||||
- OVERWRITEPROTOCOL=https
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
|
||||
Reference in New Issue
Block a user