Skip to content

Commit b770680

Browse files
ottnormlZoey2936
authored andcommitted
Switch to ghcr.io as image registry for geoipupdate (#2001)
* Add ghcr.io image alternative for geoipupdate * Switch to ghcr.io as image registry for geoipupdate According to the GeoIPUpdate DockerHub page, ghcr.io should be used to obtain new image releases (see https://hub.docker.com/r/maxmindinc/geoipupdate#new-versions-of-geoipupdate-will-be-distributed-on-ghcrio). --------- Signed-off-by: OttNorml <2350859+ottnorml@users.noreply.github.com>
1 parent 907a8e6 commit b770680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ services:
102102
# This can be used with GOA=true, to keep the geopip database updated, you need to change the envs to make it work
103103
# geoipupdate:
104104
# container_name: npmplus-geoipupdate
105-
# image: docker.io/maxmindinc/geoipupdate:latest
105+
# image: ghcr.io/maxmind/geoipupdate:latest
106106
# restart: always
107107
# network_mode: bridge
108108
# environment:

0 commit comments

Comments
 (0)