nextcloud-dlna/examples/docker-compose
2023-10-31 17:47:12 +01:00
..
docker-compose.yaml docs fixes 2023-10-31 17:47:12 +01:00
readme.md Running with docker examples 2023-10-22 13:42:35 +02:00
run.sh Running with docker examples 2023-10-22 13:42:35 +02:00

This will run the nextcloud-dlna in docker together with the full Nextcloud installation (containing the app, database and redis) located in the ./app directory.

Note: in order to enable network access to the MariaDB server, after the first run, you'll need to edit the ./etc/mariadb.cnf, section [client-config] by adding the line:

port = 3306

and removing the line:

socket = /var/run/mysqld/mysqld.sock

, then restart the db (nextcloud-db-1) container.