feat: switch Nextcloud app image to Apache and comment out trusted domains and proxies
This commit is contained in:
+4
-6
@@ -23,7 +23,7 @@ services:
|
||||
- nextcloud-net
|
||||
|
||||
app:
|
||||
image: nextcloud:fpm-alpine
|
||||
image: nextcloud:apache
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html:z
|
||||
@@ -34,10 +34,8 @@ services:
|
||||
POSTGRES_DB: ${NEXTCLOUD_POSTGRES_DB}
|
||||
POSTGRES_USER: ${POSTGRES_USER}
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
NEXTCLOUD_TRUSTED_DOMAINS: cloud.${DOMAIN}
|
||||
NEXTCLOUD_TRUSTED_PROXIES: ${NEXTCLOUD_TRUSTED_PROXIES}
|
||||
# networks:
|
||||
# - nextcloud-net
|
||||
# NEXTCLOUD_TRUSTED_DOMAINS: cloud.${DOMAIN}
|
||||
# NEXTCLOUD_TRUSTED_PROXIES: ${NEXTCLOUD_TRUSTED_PROXIES}
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
@@ -95,7 +93,7 @@ services:
|
||||
# - traefik.http.services.nextcloud.loadbalancer.server.port=80
|
||||
|
||||
cron:
|
||||
image: nextcloud:fpm-alpine
|
||||
image: nextcloud:apache
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html:z
|
||||
|
||||
Reference in New Issue
Block a user