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