Merge pull request #127 from hxsf/patch-1

fix examlpe with docker_image
This commit is contained in:
Yuxiang Zhang 2020-06-30 09:47:28 +08:00 committed by GitHub
commit 16b4df1ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"