Merge branch 'master' of github.com:rogerfar/rdt-client
This commit is contained in:
commit
d6dbb2a750
1 changed files with 3 additions and 3 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
version: '3.3'
|
version: '3.3'
|
||||||
services:
|
services:
|
||||||
rdtclient:
|
rdtclient:
|
||||||
container_name: rogerfar/rdtclient
|
image: rogerfar/rdtclient
|
||||||
volumes:
|
volumes:
|
||||||
- 'C:/Downloads/:/data/downloads'
|
- 'C:/Downloads/:/data/downloads'
|
||||||
image: rdtclient
|
container_name: rdtclient
|
||||||
restart: always
|
restart: always
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
options:
|
options:
|
||||||
max-size: 10m
|
max-size: 10m
|
||||||
ports:
|
ports:
|
||||||
- '6500:6500'
|
- '6500:6500'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue