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:
NTLx 2020-09-15 16:25:36 +08:00 committed by GitHub
parent d2034afb42
commit b06a37c4e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"