mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
docker: restart geoip container on reboot
When no restart policy is provided, the container won't be automatically be restarted on boot, unlike the other containers. Fix #2110
This commit is contained in:
@@ -10,6 +10,10 @@ identified with a specific icon:
|
|||||||
- 🩹: bug fix
|
- 🩹: bug fix
|
||||||
- 🌱: miscellaneous change
|
- 🌱: miscellaneous change
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
- 🩹 *docker*: restart geoip container on boot
|
||||||
|
|
||||||
## 2.0.3 - 2025-11-19
|
## 2.0.3 - 2025-11-19
|
||||||
|
|
||||||
This release contains some important fixes to prevent flow corruption under heavy load.
|
This release contains some important fixes to prevent flow corruption under heavy load.
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: versions.yml
|
file: versions.yml
|
||||||
service: ipinfo-geoipupdate
|
service: ipinfo-geoipupdate
|
||||||
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
IPINFO_TOKEN: a2632ea59736c7
|
IPINFO_TOKEN: a2632ea59736c7
|
||||||
IPINFO_DATABASES: country asn
|
IPINFO_DATABASES: country asn
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: versions.yml
|
file: versions.yml
|
||||||
service: maxmind-geoipupdate
|
service: maxmind-geoipupdate
|
||||||
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
GEOIPUPDATE_ACCOUNT_ID:
|
GEOIPUPDATE_ACCOUNT_ID:
|
||||||
GEOIPUPDATE_LICENSE_KEY:
|
GEOIPUPDATE_LICENSE_KEY:
|
||||||
|
|||||||
Reference in New Issue
Block a user