Skip to content

Commit a1cf612

Browse files
authored
Merge pull request #184 from yolossn/fix_nginx_example
Fix nginx-geoip docker-compose
2 parents 8af58ee + 139a3ca commit a1cf612

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)