mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 16:28:03 +00:00
Update firefly.yml for port expose
What this PR does / why we need it: fix a port expose bug according to firefly [official doc](https://docs.firefly-iii.org/installation/docker) Which issue (if any) this PR fixes: wrong port to expose, not 80, should be 8080 Fixes # change container firefly's port (and traefik.port) to 8080 Any other useful info:
This commit is contained in:
parent
d2034afb42
commit
b06a37c4e6
1 changed files with 1 additions and 1 deletions
|
@ -54,4 +54,4 @@
|
|||
traefik.backend: "firefly"
|
||||
traefik.frontend.rule: "Host:firefly.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ firefly_available_externally }}"
|
||||
traefik.port: "80"
|
||||
traefik.port: "8080"
|
||||
|
|
Loading…
Reference in a new issue