mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
add flogo
This commit is contained in:
@@ -266,6 +266,7 @@ A collection of delicious docker recipes.
|
|||||||
- [x] drupal
|
- [x] drupal
|
||||||
- [x] elastalert
|
- [x] elastalert
|
||||||
- [x] elk
|
- [x] elk
|
||||||
|
- [x] flogo/flogo-docker
|
||||||
- [x] mher/flower
|
- [x] mher/flower
|
||||||
- [x] ghost
|
- [x] ghost
|
||||||
- [x] gitlab/gitlab-ce
|
- [x] gitlab/gitlab-ce
|
||||||
|
|||||||
6
flogo/docker-compose.yml
Normal file
6
flogo/docker-compose.yml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
flogo:
|
||||||
|
image: flogo/flogo-docker
|
||||||
|
command: eula-accept
|
||||||
|
ports:
|
||||||
|
- "3303:3303"
|
||||||
|
restart: always
|
||||||
Reference in New Issue
Block a user