mirror of
https://github.com/skidoodle/iphistory.git
synced 2025-02-15 08:29:16 +01:00
Initial commit
This commit is contained in:
commit
9e153ebed3
11 changed files with 1261 additions and 0 deletions
15
docker-compose.yaml
Normal file
15
docker-compose.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
version: '3.9'
|
||||
|
||||
services:
|
||||
iphistory:
|
||||
image: ghcr.io/skidoodle/iphistory:main
|
||||
container_name: iphistory
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- data:/app
|
||||
|
||||
volumes:
|
||||
data:
|
||||
driver: local
|
Loading…
Add table
Add a link
Reference in a new issue