Nextcloud Development Environment
Installation / Running
docker-compose up
Afterwards you should be able to open http://localhost:8081 (admin/admin) to log in to your Nextcloud instance.
Check nextcloud.log
For debugging, you can show the nextcloud.log
:
make show-log
There also is a loggin web interface.
Tip
In case something is broken try to reset the container:
docker-compose build; docker-compose down; docker volume prune -f