Skip to content

Commit 2483c6e

Browse files
committed
Update conf
1 parent 1145619 commit 2483c6e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docker-compose-traefik.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ services:
4949
image: "cloudhack/openflow:0.0.392"
5050
container_name: "web"
5151
environment:
52+
- update_acl_based_on_groups=true
53+
- multi_tenant=false
5254
- auto_create_users=true
5355
- auto_create_domains=
5456
- allow_user_registration=true

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ services:
2020
web:
2121
image: "cloudhack/openflow:0.0.392"
2222
environment:
23+
- update_acl_based_on_groups=true
24+
- multi_tenant=false
2325
- auto_create_users=true
2426
- auto_create_domains=
2527
- allow_user_registration=true

0 commit comments

Comments
 (0)