You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2021. It is now read-only.
I'm trying to deploy selenium on my docker swarm using stack, the problem here is that stack uses go template and will evaluate {{CONTAINER_IP}} on the deployment time. There is currently no way to escape this, so my question is: Could you set the default value of SELENIUM_NODE_HOST
to {{CONTAINER_IP}} so if I don't specify SELENIUM_NODE_HOST in my compose, it will be {{CONTAINER_IP}}?