diff --git a/README.md b/README.md index 9ab980e..0aefe87 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ You can use the docker image with nextcloud-dlna e.g.: ```bash docker run -d \ ---name="nextcloud-dlna" \ ---net=host \ --v /path/to/nextcloud/app/ending/with/data:/nextcloud \ --e NEXTCLOUD_DATA_DIR=/nextcloud \ --e NEXTCLOUD_DB_HOST='' \ --e NEXTCLOUD_DB_PASS='' \ -nextcloud-dlna + --name="nextcloud-dlna" \ + --net=host \ + -v /path/to/nextcloud/app/ending/with/data:/nextcloud \ + -e NEXTCLOUD_DATA_DIR=/nextcloud \ + -e NEXTCLOUD_DB_HOST='' \ + -e NEXTCLOUD_DB_PASS='' \ +thanek/nextcloud-dlna ``` or, if used together with the official Nextcloud docker image using the docker-composer. See the [examples](./examples)