mirror of
https://github.com/skidoodle/ipinfo.git
synced 2026-04-28 01:27:34 +02:00
8 lines
149 B
YAML
8 lines
149 B
YAML
services:
|
|
ipinfo:
|
|
image: ghcr.io/skidoodle/ipinfo:latest
|
|
container_name: ipinfo
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3000:3000"
|