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

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