Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| faebd043b9 | |||
| 80235a06f9 |
@@ -2,6 +2,13 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [2.0.4](https://git.laurivan.com/Dev/ansible-role-firefly/compare/v2.0.3...v2.0.4) (2024-01-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Remove hardcoded address. ([80235a0](https://git.laurivan.com/Dev/ansible-role-firefly/commit/80235a06f90c90aa15ff0fc968223751a9e24dcc))
|
||||
|
||||
### [2.0.3](https://git.laurivan.com/Dev/ansible-role-firefly/compare/v2.0.2...v2.0.3) (2024-01-29)
|
||||
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user