mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-10 06:04:15 +00:00
Fixed wallabag SYMFONY__ENV__DOMAIN_NAME to be the same with wallabag_hostname
This commit is contained in:
parent
2151f6287b
commit
9d0e216c38
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
ports:
|
ports:
|
||||||
- "{{ wallabag_port }}:80"
|
- "{{ wallabag_port }}:80"
|
||||||
env:
|
env:
|
||||||
SYMFONY__ENV__DOMAIN_NAME: "https://wallabag.{{ ansible_nas_domain }}"
|
SYMFONY__ENV__DOMAIN_NAME: "https://{{ wallabag_hostname }}.{{ ansible_nas_domain }}"
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
memory: "{{ wallabag_memory }}"
|
memory: "{{ wallabag_memory }}"
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Reference in a new issue