Move to Traefik
This commit is contained in:
parent
bf57c0d5a6
commit
471ccbadc5
36 changed files with 200 additions and 190 deletions
|
|
@ -103,7 +103,7 @@ func (si systemupdate) Run(context wisski_distillery.Context) error {
|
|||
// create the docker network
|
||||
// TODO: Use docker API for this
|
||||
logging.LogMessage(context.IOStream, "Updating Docker Configuration")
|
||||
si.mustExec(context, "", "docker", "network", "create", "distillery")
|
||||
si.mustExec(context, "", "docker", "network", "create", dis.Config.DockerNetworkName)
|
||||
|
||||
// install and update the various stacks!
|
||||
ctx := component.InstallationContext{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue