fix: Remove hardcoded address.
This commit is contained in:
parent
648254aaa1
commit
80235a06f9
@ -9,7 +9,7 @@ services:
|
|||||||
env_file: "{{ firefly_config_path | expanduser }}/env.firefly.conf"
|
env_file: "{{ firefly_config_path | expanduser }}/env.firefly.conf"
|
||||||
networks:
|
networks:
|
||||||
firefly_iii:
|
firefly_iii:
|
||||||
ipv4_address: 177.0.0.10
|
# ipv4_address: 177.0.0.10
|
||||||
ports:
|
ports:
|
||||||
- "{{ firefly_http_port_app }}:8080"
|
- "{{ firefly_http_port_app }}:8080"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user