diff --git a/README.md b/README.md index 9ef2354..53ac482 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,7 @@ A collection of delicious docker recipes. - [x] drupal - [x] elastalert - [x] elk +- [x] flogo/flogo-docker - [x] mher/flower - [x] ghost - [x] gitlab/gitlab-ce diff --git a/flogo/docker-compose.yml b/flogo/docker-compose.yml new file mode 100644 index 0000000..1c78874 --- /dev/null +++ b/flogo/docker-compose.yml @@ -0,0 +1,6 @@ +flogo: + image: flogo/flogo-docker + command: eula-accept + ports: + - "3303:3303" + restart: always