docker搭建FlowableUI
docker pull flowable/all-in-one
docker run -d --name=f3 -p 8080:8080 flowable/all-in-one
接下来就可以使用 Flowable UI了,在浏览器输入 你的服务器公网IP:8080/flowable-idm 使用 账号 admin 密码 test 进行登录;

登录后将地址栏切换成 你的服务器公网IP:8080/flowable-modeler

docker pull flowable/all-in-one
docker run -d --name=f3 -p 8080:8080 flowable/all-in-one
接下来就可以使用 Flowable UI了,在浏览器输入 你的服务器公网IP:8080/flowable-idm 使用 账号 admin 密码 test 进行登录;

登录后将地址栏切换成 你的服务器公网IP:8080/flowable-modeler
