Skip to content

Commit

Permalink
add webserver quick link for airflow up
Browse files Browse the repository at this point in the history
  • Loading branch information
andscoop committed Mar 5, 2018
1 parent 814a869 commit 60d1111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/docker.go
Expand Up @@ -152,7 +152,7 @@ func Start(airflowHome string) error {
return errors.Wrap(err, "Error building, (re)creating or starting project containers")
}
}

fmt.Println("Airflow Webserver: http://localhost:8080/admin/")
return nil
}

Expand Down

0 comments on commit 60d1111

Please sign in to comment.