From 0c3a16bfa8ff2449193baec28aa8c78d4e27c4e3 Mon Sep 17 00:00:00 2001 From: milyiyo Date: Sat, 24 Dec 2022 15:14:43 -0500 Subject: [PATCH] Replace docker image used in the Functions UI According to this https://github.com/iron-io/functions-ui, there are some issues with the latest version. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0729caa..f4bd09ee 100644 --- a/README.md +++ b/README.md @@ -305,8 +305,10 @@ Read more on [logging](docs/logging.md). ## Functions UI +NOTE: latest version is broken, please use 0.0.2 + ```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" iron/functions-ui:0.0.2 ``` For more information, see: https://github.com/iron-io/functions-ui