mirror of
https://github.com/skidoodle/ipinfo.git
synced 2026-04-28 01:27:34 +02:00
9 lines
135 B
YAML
9 lines
135 B
YAML
services:
|
|
ipinfo:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: ipinfo
|
|
ports:
|
|
- "3000:3000"
|