ui icon indicating copy to clipboard operation
ui copied to clipboard

Wrong document command to start UI

Open kpbird opened this issue 8 years ago • 2 comments

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

kpbird avatar Nov 27 '17 11:11 kpbird

because this is from functions-ui

yeyuguo avatar Jan 30 '19 07:01 yeyuguo

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

colonelpopcorn avatar Mar 24 '20 22:03 colonelpopcorn