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

View File

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