Skip to content

Commit

Permalink
Fixed wallabag SYMFONY__ENV__DOMAIN_NAME to be the same with wallabag…
Browse files Browse the repository at this point in the history
…_hostname
  • Loading branch information
Nemoden committed Sep 10, 2024
1 parent 2151f62 commit 9d0e216
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 9d0e216

Please sign in to comment.