mirror of
https://github.com/skidoodle/iphistory.git
synced 2025-02-15 08:29:16 +01:00
Update readme.md
This commit is contained in:
parent
3148a47258
commit
afb638c889
1 changed files with 5 additions and 5 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue