Skip to content

Commit

Permalink
Merge pull request #723 from Nemoden/wallabag-fix-SYMFONY__ENV__DOMAI…
Browse files Browse the repository at this point in the history
…N_NAME

Fixed wallabag SYMFONY__ENV__DOMAIN_NAME to be the same with wallabag_hostname
  • Loading branch information
davestephens authored Sep 10, 2024
2 parents 2151f62 + 9d0e216 commit feae98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/wallabag/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit feae98d

Please sign in to comment.