Replies: 2 comments
-
I think I found a solution.. Setting the environment options in the If there's a better way, please enlighten me. Do I need to put in the |
Beta Was this translation helpful? Give feedback.
0 replies
-
While I don't have exact answer to you as I'm fairly new to docker too, I have a working gluetun stack with full media server + all necessary "arr mateys yohoho and a bottle of rum" indexing & downloading services and I forward all ports of all services via gluetun so maybe you could adapt from this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there
So I already have a few containers set up through gluetun. But in all those containers, I'm mostly using the default ports of the containers.
Now I've found a new container, that already uses one of the ports that I already mapped through gluetun.
In the new container, I can set custom ports using a
.env
file.. Thedocker-compose.yml
of the container looks like this:and the
.env
file looks like so:Problem is, I have other containers that use port
6881
,8000
, and8080
.I can obviously edit them in the
.env
file, but that won't work if I have to pass all the ports through the gluetunPORTS
?Can I pass through the .env file to gluetun, and make the
rtorrent-rutorrent
use those?? Sorry, but I'm relatively new to docker 😨How do I make this work with gluetun?
Beta Was this translation helpful? Give feedback.
All reactions