mirror of
https://github.com/skidoodle/iphistory.git
synced 2025-02-15 08:29:16 +01:00
fix: ocd
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user