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
ad07804fd4
1 changed files with 8 additions and 6 deletions
14
readme.md
14
readme.md
|
@ -29,15 +29,17 @@ go run main.go
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: '3.9'
|
version: '3.9'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
iphistory:
|
iphistory:
|
||||||
container_name: iphistory
|
container_name: iphistory
|
||||||
image: 'ghcr.io/skidoodle/iphistory:main'
|
image: 'ghcr.io/skidoodle/iphistory:main'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- '8080:8080'
|
- '8080:8080'
|
||||||
volumes:
|
volumes:
|
||||||
- data:/app
|
- data:/app
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
data:
|
||||||
driver: local
|
driver: local
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue