Skip to content

Commit 139a3ca

Browse files
committed
Fix nginx-geoip docker-compose
the docker compose file is failing due to wrong container image and it is fixed in this patch. Signed-off-by: yolossn <nssvlr@gmail.com>
1 parent 8af58ee commit 139a3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nginx-geoip/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: '2.4'
44

55
services:
66
geoip:
7-
image: geoip-api:latest
7+
image: ghcr.io/observabilitystack/geoip-api:latest
88
ports:
99
- 8081:8080
1010

0 commit comments

Comments
 (0)