mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-20 20:22:46 +00:00
Merge pull request #127 from hxsf/patch-1
fix examlpe with docker_image
This commit is contained in:
commit
16b4df1ec2
@ -7,6 +7,11 @@ mirror_dir = "/srv/tunasync"
|
|||||||
concurrent = 10
|
concurrent = 10
|
||||||
interval = 1
|
interval = 1
|
||||||
|
|
||||||
|
# ensure the exec user be add into `docker` group
|
||||||
|
[docker]
|
||||||
|
# in `command provider` can use docker_image and docker_volumes
|
||||||
|
enable = true
|
||||||
|
|
||||||
[manager]
|
[manager]
|
||||||
api_base = "http://localhost:12345"
|
api_base = "http://localhost:12345"
|
||||||
token = "some_token"
|
token = "some_token"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user