Skip to content

Commit

Permalink
Merge pull request #186 from davestephens/main
Browse files Browse the repository at this point in the history
🔀 Merge upstream
  • Loading branch information
anarion80 authored Oct 4, 2024
2 parents a2c416c + feae98d commit 537fd65
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 537fd65

Please sign in to comment.