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:
|
||||
geoipupdate:
|
||||
image: "maxmindinc/geoipupdate:latest"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "geoip:/usr/share/GeoIP"
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue