mirror of
https://github.com/skidoodle/iphistory.git
synced 2026-04-28 07:47:35 +02:00
Update readme.md
This commit is contained in:
@@ -32,17 +32,17 @@ version: '3.9'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
iphistory:
|
iphistory:
|
||||||
|
image: ghcr.io/skidoodle/iphistory:main
|
||||||
container_name: iphistory
|
container_name: iphistory
|
||||||
image: 'ghcr.io/skidoodle/iphistory:main'
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- '8080:8080'
|
- "8080:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- data:/app
|
- iphistory_data:/app
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
iphistory_data:
|
||||||
driver: local
|
external: false
|
||||||
```
|
```
|
||||||
|
|
||||||
### Docker Run
|
### Docker Run
|
||||||
|
|||||||
Reference in New Issue
Block a user