mirror of
https://github.com/skidoodle/ipinfo.git
synced 2025-02-15 08:29:17 +01:00
14 lines
212 B
YAML
14 lines
212 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
ipinfo:
|
|
image: ghcr.io/skidoodle/ipinfo:main
|
|
container_name: ipinfo
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3000:3000"
|
|
volumes:
|
|
- data:/app
|
|
|
|
volumes:
|
|
data:
|