fix: ensure geoipupdate service restarts unless stopped
This commit is contained in:
parent
0c13c07b8d
commit
8761347856
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
services:
|
services:
|
||||||
geoipupdate:
|
geoipupdate:
|
||||||
image: "maxmindinc/geoipupdate:latest"
|
image: "maxmindinc/geoipupdate:latest"
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- "geoip:/usr/share/GeoIP"
|
- "geoip:/usr/share/GeoIP"
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue