Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 615 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 615 Bytes

Nextcloud Development Environment

Installation / Running

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.

Check nextcloud.log

For debugging, you can show the nextcloud.log:

make show-log

There also is a logging web interface.

Tip

In case something is broken try to reset the container:

docker compose build; docker compose down; docker volume rm nextcloud-nextpod_nextcloud