Create a workflow to build image

This commit is contained in:
Ben Sarmiento
2023-10-21 01:44:29 +02:00
parent e361807119
commit 92abf2fd8c
2 changed files with 43 additions and 2 deletions

View File

@@ -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.
```