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:
commit
dc2af80094
1 changed files with 5 additions and 5 deletions
10
readme.md
10
readme.md
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue