Skip to content
Discussion options

You must be logged in to vote

please check your compose

volumes:
- "C:/Users/username/Documents/Docker/Haugene-Transmission-OpenVPN:/data"
- "D:/Dockershare:/home
environment:
- TRANSMISSION_INCOMPLETE_DIR=:/home/incomplete
- TRANSMISSION_DOWNLOAD_DIR:/home

is not valid..it should be

volumes:
- "C:/Users/username/Documents/Docker/Haugene-Transmission-OpenVPN:/data"
- "D:/Dockershare:/home"
environment:
- TRANSMISSION_INCOMPLETE_DIR=/home/incomplete
- TRANSMISSION_DOWNLOAD_DIR=/home

Above is also assuming you have properly setup volume sharing in docker for windows etc..
Please check the settings.json file with the container running, are the paths set correctly there or not? It seems not.
I suggest you stop your contai…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jasonafriedman
Comment options

Answer selected by jasonafriedman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants