mirror of
https://github.com/skidoodle/iphistory.git
synced 2026-04-28 15:57:36 +02:00
13 lines
205 B
YAML
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:
|