mirror of
https://github.com/skidoodle/ipinfo.git
synced 2026-04-28 01:27:34 +02:00
quick fix
This commit is contained in:
+1
-4
@@ -1,10 +1,7 @@
|
||||
services:
|
||||
ipinfo:
|
||||
image: ghcr.io/skidoodle/ipinfo:main
|
||||
image: ghcr.io/skidoodle/ipinfo:latest
|
||||
container_name: ipinfo
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
GEOIPUPDATE_ACCOUNT_ID: ${GEOIPUPDATE_ACCOUNT_ID}
|
||||
GEOIPUPDATE_LICENSE_KEY: ${GEOIPUPDATE_LICENSE_KEY}
|
||||
|
||||
Reference in New Issue
Block a user