Comment on Docker + Nextcloud = why is it so difficult?
ippokratis@lemmy.world 1 year ago
With nginx
github.com/nextcloud/docker#base-version---fpm
With caddy
I oersonaly run fpm with caddy
Remember to create your admin account on first run and then add your trusted domain
Admin
navigate to localhost:8080 create admin acount write down your credestials
allowed domains
docker ps copy container id of nextcloud:fpm docker exec --user www-data container_id php occ config:system:set trusted_domains 2 --value=your_domain_name_here docker stop container_id docker start container_id