Merge pull request #17 from dmyers/patch-1
Fixed docker compose by swapping image and contain name values
This commit is contained in:
commit
4c9fb7e6b8
1 changed files with 3 additions and 3 deletions
|
|
@ -1,14 +1,14 @@
|
|||
version: '3.3'
|
||||
services:
|
||||
rdtclient:
|
||||
container_name: rogerfar/rdtclient
|
||||
image: rogerfar/rdtclient
|
||||
volumes:
|
||||
- 'C:/Downloads/:/data/downloads'
|
||||
image: rdtclient
|
||||
container_name: rdtclient
|
||||
restart: always
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: 10m
|
||||
ports:
|
||||
- '6500:6500'
|
||||
- '6500:6500'
|
||||
|
|
|
|||
Loading…
Reference in a new issue