fix: Remove hardcoded address.

main
Laur Ivan 4 months ago
parent 648254aaa1
commit 80235a06f9
  1. 2
      templates/docker-compose.yml.j2

@ -9,7 +9,7 @@ services:
env_file: "{{ firefly_config_path | expanduser }}/env.firefly.conf"
networks:
firefly_iii:
ipv4_address: 177.0.0.10
# ipv4_address: 177.0.0.10
ports:
- "{{ firefly_http_port_app }}:8080"
depends_on:

Loading…
Cancel
Save