Jump to content

Link to DB in xml template


Kru-x

Recommended Posts

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

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...