mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Remove iron...
This commit is contained in:
committed by
Reed Allman
parent
521df8c1ff
commit
9cc12b4b12
@@ -1,9 +1,9 @@
|
||||
# User Interface for IronFunctions
|
||||
# User Interface for Oracle Functions
|
||||
|
||||
### Run Functions UI
|
||||
|
||||
```sh
|
||||
docker run --rm -it --link functions:api -p 4000:4000 -e "API_URL=http://api:8080" iron/functions-ui
|
||||
docker run --rm -it --link functions:api -p 4000:4000 -e "API_URL=http://api:8080" treeder/functions-ui
|
||||
```
|
||||
|
||||
For more information, see: https://github.com/treeder/functions-ui
|
||||
|
||||
Reference in New Issue
Block a user