fnproject / ui

User interface for fn project.
Apache License 2.0
89 stars 21 forks source link

Wrong document command to start UI #30

Open kpbird opened 6 years ago

kpbird commented 6 years ago

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 commented 5 years ago

because this is from functions-ui

colonelpopcorn commented 4 years ago

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