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
In fig.yml you can pass some environment variables to docker hosts, using environment section. But in ports section you can't reuse those variables, so a replace should be done before executing fig file. Following first example, would be nice to do:
In
fig.yml
you can pass some environment variables to docker hosts, usingenvironment
section. But inports
section you can't reuse those variables, so a replace should be done before executingfig
file. Following first example, would be nice to do:So executor and container know each other the port value, without having replace any content.
The text was updated successfully, but these errors were encountered: