mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
10 lines
169 B
YAML
10 lines
169 B
YAML
rslsync:
|
|
image: vimagick/rslsync
|
|
ports:
|
|
- "8888:8888"
|
|
- "55555:55555"
|
|
volumes:
|
|
- ./data:/data
|
|
- ./rslsync.conf:/etc/rslsync.conf
|
|
restart: always
|