October 6, 20169 yr I am trying to make a xml template to add a the docker image Wekan, I need to link the container to another container with a mongoDB but can not figure out how I am gong to do that in the "add Container" in unraid. The code I use for inserting the docker image in CLI is: docker run -d --name wekan --link "wekan-db:db" -e "MONGO_URL=mongodb://db" -e "ROOT_URL=http://192.168.1.100:5555" -p 5555:80 mquandalle/wekan I guess it is a variable, So how would the variable look for: 1. --link "wekan-db:db" 2. "MONGO_URL=mongodb://db" 3. ROOT_URL=http://192.168.1.100:5555" Thanks, J
Archived
This topic is now archived and is closed to further replies.