mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
Follows the upstream AIO layout (fixed names, no env templating); configured for use behind Nginx Proxy Manager via APACHE_PORT=11000. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
nextcloud
Docker Hub: https://hub.docker.com/_/nextcloud Proxy Port: 80
Useful commands
sudo -u www-data php occ app:list
sudo -u www-data php occ app:disable <appname>
sudo -u www-data php occ maintenance:mode --on
php occ trashbin:cleanup --all-users
docker-compose exec --user www-data nextcloud php occ