Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong document command to start UI #30

Open
kpbird opened this issue Nov 27, 2017 · 2 comments
Open

Wrong document command to start UI #30

kpbird opened this issue Nov 27, 2017 · 2 comments

Comments

@kpbird
Copy link

kpbird commented Nov 27, 2017

Start the UI has the following command but server name is not functioning it's fnserver

Wrong Command
docker run --rm -it --link functions:api -p 4000:4000 -e "API_URL=http://api:8080" fnproject/ui

Correct command
docker run --rm -it --link fnserver:api -p 4000:4000 -e "API_URL=http://api:8080" fnproject/ui

@yeyuguo
Copy link

yeyuguo commented Jan 30, 2019

because this is from functions-ui

@colonelpopcorn
Copy link

I'm confused, what is fn-project's relationship to iron functions? They look very similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants