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
I would like to make changes to a compose file after it has been loaded. Specifically, I would like to change the ports that are exposed by some of the services. Is this possible?
using (var svc = new Builder()
.UseContainer()
.UseCompose()
.FromFile(file)
.RemoveOrphans()
.Build().Start())
// @formatter:on
{
}
The text was updated successfully, but these errors were encountered:
sorry not at the moment. But it is in the roadmap and I'll gladly accepts PR for it! There are several models under the namesapce: Ductus.FluentDocker.Model.Compose that are to be used in the process.
I would like to make changes to a compose file after it has been loaded. Specifically, I would like to change the ports that are exposed by some of the services. Is this possible?
The text was updated successfully, but these errors were encountered: