add flogo

This commit is contained in:
kev 2019-06-09 09:06:10 +08:00
parent 9ae21fe993
commit aae35f4884
2 changed files with 7 additions and 0 deletions

View File

@ -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

6
flogo/docker-compose.yml Normal file
View File

@ -0,0 +1,6 @@
flogo:
image: flogo/flogo-docker
command: eula-accept
ports:
- "3303:3303"
restart: always