Skip to content

Commit c4ce297

Browse files
committed
Update Middleware config location
1 parent f91c77f commit c4ce297

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

roles/stepupmiddleware/tasks/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
- source: /opt/openconext/middleware/parameters.yaml
6464
target: /var/www/html/config/parameters.yaml
6565
type: bind
66+
- source: /opt/openconext/middleware
67+
target: /var/www/html/config/openconext
68+
type: bind
6669
healthcheck:
6770
test: ["CMD", "curl", "--fail" , "http://localhost/health" ]
6871
interval: 10s

0 commit comments

Comments
 (0)