Files
iphistory/compose.yaml
T
2026-01-10 20:07:35 +01:00

13 lines
205 B
YAML

services:
iphistory:
image: ghcr.io/skidoodle/iphistory:main
container_name: iphistory
restart: unless-stopped
ports:
- "8080:8080"
volumes:
- data:/app
volumes:
data: