Skip to content

Commit

Permalink
create proxy network sooner
Browse files Browse the repository at this point in the history
  • Loading branch information
ironmike-au committed Oct 10, 2019
1 parent 88d1fe6 commit 3342416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/tok/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func Init(yes, statuscheck, noPullImagesFlag bool) {
// System readiness checks
version.Check()
docker.CheckClientVersion()
proxy.CreateProxyNetwork()
checkSyncConfig()

fmt.Println(aurora.Cyan("\n🚀 Tokaido is starting up!"))
Expand All @@ -56,7 +57,6 @@ func Init(yes, statuscheck, noPullImagesFlag bool) {
drupal.CheckSettings(cs)
docker.FindOrCreateTokCompose()
ssh.GenerateKeys()
proxy.CreateProxyNetwork()

docker.CreateDatabaseVolume()
docker.CreateSiteVolume()
Expand Down

0 comments on commit 3342416

Please sign in to comment.