Fixed wallabag SYMFONY__ENV__DOMAIN_NAME to be the same with wallabag_hostname

This commit is contained in:
Kirill Kovalchuk 2024-09-10 10:50:09 +10:00
parent 2151f6287b
commit 9d0e216c38

View file

@ -23,7 +23,7 @@
ports:
- "{{ wallabag_port }}:80"
env:
SYMFONY__ENV__DOMAIN_NAME: "https://wallabag.{{ ansible_nas_domain }}"
SYMFONY__ENV__DOMAIN_NAME: "https://{{ wallabag_hostname }}.{{ ansible_nas_domain }}"
restart_policy: unless-stopped
memory: "{{ wallabag_memory }}"
labels: