We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1145619 commit 2483c6eCopy full SHA for 2483c6e
2 files changed
docker-compose-traefik.yml
@@ -49,6 +49,8 @@ services:
49
image: "cloudhack/openflow:0.0.392"
50
container_name: "web"
51
environment:
52
+ - update_acl_based_on_groups=true
53
+ - multi_tenant=false
54
- auto_create_users=true
55
- auto_create_domains=
56
- allow_user_registration=true
docker-compose.yml
@@ -20,6 +20,8 @@ services:
20
web:
21
22
23
24
25
26
27
0 commit comments