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 ```yaml
version: '3.9' version: '3.9'
services: services:
iphistory: iphistory:
container_name: iphistory container_name: iphistory
image: 'ghcr.io/skidoodle/iphistory:main' image: 'ghcr.io/skidoodle/iphistory:main'
restart: unless-stopped restart: unless-stopped
ports: ports:
- '8080:8080' - '8080:8080'
volumes: volumes:
- data:/app - data:/app
volumes: volumes:
data: data:
driver: local driver: local