mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-18 11:06:43 +01:00
2d7258086e
Signed-off-by: Ismail Yenigul <ismailyenigul@gmail.com>
559 B
559 B
Trafik Single Network Deployment
- Create a network
# docker network create nextcloud
- Edit
docker-compose.yml
- Change ACME Email Address
- Change traefik.http.routers.nextcloud.rule Host
- Remove
traefik.http.middlewares.nextcloud.headers.customFrameOptionsValue
andcontentSecurityPolicy
if you dont need to iframe access from your external website - Change PostgreSQL environments
- Edit
TRUSTED_PROXIES
with your nextcloud network address
- Deploy nextcloud
docker-compose docker-compose.yml up -d