Add support for more flexible container port exposing
Fixes #171 (Github Issue).
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
---
|
||||
|
||||
matrix_riot_web_embedded_pages_home_url: "{{ (none if matrix_riot_web_embedded_pages_home_path is none else 'home.html') }}"
|
||||
matrix_riot_web_embedded_pages_home_url: "{{ ('' if matrix_riot_web_embedded_pages_home_path is none else 'home.html') }}"
|
||||
|
Reference in New Issue
Block a user