mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-08 04:04:18 +02:00
9 lines
128 B
YAML
9 lines
128 B
YAML
|
btsync:
|
||
|
image: vimagick/btsync
|
||
|
ports:
|
||
|
- "8888:8888"
|
||
|
- "55555:55555"
|
||
|
volumes:
|
||
|
- ./data:/data
|
||
|
restart: always
|