mirror of
https://github.com/nextcloud/docker.git
synced 2025-07-31 10:38:05 +02:00
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