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
|
@ -29,6 +29,7 @@ go run main.go
|
|||
|
||||
```yaml
|
||||
version: '3.9'
|
||||
|
||||
services:
|
||||
iphistory:
|
||||
container_name: iphistory
|
||||
|
@ -38,6 +39,7 @@ services:
|
|||
- '8080:8080'
|
||||
volumes:
|
||||
- data:/app
|
||||
|
||||
volumes:
|
||||
data:
|
||||
driver: local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue