This commit is contained in:
2024-06-05 21:11:45 +02:00

View File

@@ -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