Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| faebd043b9 | |||
| 80235a06f9 | |||
| 648254aaa1 | |||
| 91a4f59ebc | |||
| e74a4b6e87 |
16
CHANGELOG.md
16
CHANGELOG.md
@@ -2,6 +2,22 @@
|
||||
|
||||
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)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Update images if needed. ([91a4f59](https://git.laurivan.com/Dev/ansible-role-firefly/commit/91a4f59ebc36aa675c093a227075457ed063ee29))
|
||||
|
||||
### [2.0.2](https://git.laurivan.com/Dev/ansible-role-firefly/compare/v2.0.1...v2.0.2) (2024-01-29)
|
||||
|
||||
### [2.0.1](https://git.laurivan.com/Dev/ansible-role-firefly/compare/v2.0.0...v2.0.1) (2023-05-15)
|
||||
|
||||
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
community.docker.docker_compose:
|
||||
project_src: "{{ firefly_config_path | expanduser | realpath }}"
|
||||
build: false
|
||||
pull: true
|
||||
tags:
|
||||
- firefly_install
|
||||
|
||||
@@ -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