mirror of
https://github.com/skidoodle/iphistory.git
synced 2025-02-15 08:29:16 +01:00
Merge branch 'main' of https://github.com/skidoodle/iphistory
This commit is contained in:
10
readme.md
10
readme.md
@@ -32,17 +32,17 @@ version: '3.9'
|
||||
|
||||
services:
|
||||
iphistory:
|
||||
image: ghcr.io/skidoodle/iphistory:main
|
||||
container_name: iphistory
|
||||
image: 'ghcr.io/skidoodle/iphistory:main'
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '8080:8080'
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- data:/app
|
||||
- iphistory_data:/app
|
||||
|
||||
volumes:
|
||||
data:
|
||||
driver: local
|
||||
iphistory_data:
|
||||
external: false
|
||||
```
|
||||
|
||||
### Docker Run
|
||||
|
Reference in New Issue
Block a user