fixed variable

This commit is contained in:
2023-06-13 23:50:29 +02:00
parent 183d291b24
commit 7c078cb95d
2 changed files with 2 additions and 2 deletions

View File

@@ -3,4 +3,4 @@ stirling_pdf_folder:
- data - data
stirling_pdf_locale: de_DE stirling_pdf_locale: de_DE
stirling_pdf_google_visibility: false stirling_pdf_google_visibility: False

View File

@@ -26,7 +26,7 @@
APP_HOME_DESCRIPTION: "{{ stirling_pdf_description }}" APP_HOME_DESCRIPTION: "{{ stirling_pdf_description }}"
APP_NAVBAR_NAME: "{{ stirling_pdf_name }}" APP_NAVBAR_NAME: "{{ stirling_pdf_name }}"
APP_ROOT_PATH: / APP_ROOT_PATH: /
ALLOW_GOOGLE_VISIBILITY: "{{ stirling_pdf_google_visibility | bool }}" ALLOW_GOOGLE_VISIBILITY: "{{ stirling_pdf_google_visibility | string }}"
volumes: volumes:
- /home/{{ system_user_name }}/docker/stirling_pdf/config:/configs - /home/{{ system_user_name }}/docker/stirling_pdf/config:/configs
networks: networks: