Skip to content

Commit 5cccad9

Browse files
authored
Switch geoipupdate image to ghcr.io (#2442)
On https://hub.docker.com/r/maxmindinc/geoipupdate it's stated that newer versions of the image will be released on ghcr.io
1 parent 975b6c4 commit 5cccad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ services:
244244
timeout: 10s
245245
retries: 30
246246
geoipupdate:
247-
image: "maxmindinc/geoipupdate:v6.0.0"
247+
image: "ghcr.io/maxmind/geoipupdate:v6.0.0"
248248
# Override the entrypoint in order to avoid using envvars for config.
249249
# Futz with settings so we can keep mmdb and conf in same dir on host
250250
# (image looks for them in separate dirs by default).

0 commit comments

Comments
 (0)