fixing overwrite porotocols for NPM

This commit is contained in:
2025-11-25 16:50:43 -05:00
parent e771482aca
commit e4b0edd9e6

View File

@@ -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