Skip to content

Commit feae98d

Browse files
authored
Merge pull request #723 from Nemoden/wallabag-fix-SYMFONY__ENV__DOMAIN_NAME
Fixed wallabag SYMFONY__ENV__DOMAIN_NAME to be the same with wallabag_hostname
2 parents 2151f62 + 9d0e216 commit feae98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/wallabag/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
ports:
2424
- "{{ wallabag_port }}:80"
2525
env:
26-
SYMFONY__ENV__DOMAIN_NAME: "https://wallabag.{{ ansible_nas_domain }}"
26+
SYMFONY__ENV__DOMAIN_NAME: "https://{{ wallabag_hostname }}.{{ ansible_nas_domain }}"
2727
restart_policy: unless-stopped
2828
memory: "{{ wallabag_memory }}"
2929
labels:

0 commit comments

Comments
 (0)