This commit is contained in:
skidoodle 2024-06-02 12:42:44 +02:00 committed by GitHub
parent e29f8f449f
commit cb4de8b00d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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