Create a workflow to build image
This commit is contained in:
@@ -83,6 +83,8 @@ docker run -v ./config.yml:/app/config.yml -v zurgdata:/app/data -p 9999:9999 de
|
||||
|
||||
### with rclone
|
||||
|
||||
You will need to create a `media` directory to make the rclone mount work.
|
||||
|
||||
```yaml
|
||||
version: '3.8'
|
||||
|
||||
@@ -117,8 +119,6 @@ volumes:
|
||||
zurgdata:
|
||||
```
|
||||
|
||||
You will need to create a `media` directory to make the rclone mount work.
|
||||
|
||||
Together with this `docker-compose.yml` you will need this `rclone.conf` as well on the same directory.
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user