From 80235a06f90c90aa15ff0fc968223751a9e24dcc Mon Sep 17 00:00:00 2001 From: Laur Ivan Date: Mon, 29 Jan 2024 12:10:12 +0100 Subject: [PATCH] fix: Remove hardcoded address. --- templates/docker-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index 784cf0e..b5ec190 100644 --- a/templates/docker-compose.yml.j2 +++ b/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: