make build
docker compose up
Afterward you should be able to open http://localhost:8081/index.php/apps/nextpod/actions (admin/admin) to log in to your Nextcloud instance.
For debugging, you can show the nextcloud.log
:
make show-log
There also is a logging web interface.
In case something is broken try to reset the container:
docker compose build; docker compose down; docker volume rm nextcloud-nextpod_nextcloud