mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-10 06:26:09 +02:00
|
||
---|---|---|
.. | ||
docker-compose.yml | ||
README.md |
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