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
|
||||
version: '3.9'
|
||||
|
||||
services:
|
||||
iphistory:
|
||||
container_name: iphistory
|
||||
image: 'ghcr.io/skidoodle/iphistory:main'
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '8080:8080'
|
||||
volumes:
|
||||
- data:/app
|
||||
image: 'ghcr.io/skidoodle/iphistory:main'
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '8080:8080'
|
||||
volumes:
|
||||
- data:/app
|
||||
|
||||
volumes:
|
||||
data:
|
||||
driver: local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue