Update readme.md

This commit is contained in:
skidoodle 2024-06-25 00:39:15 +02:00 committed by GitHub
parent 3148a47258
commit afb638c889
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,17 +32,17 @@ version: '3.9'
services: services:
iphistory: iphistory:
image: ghcr.io/skidoodle/iphistory:main
container_name: iphistory container_name: iphistory
image: 'ghcr.io/skidoodle/iphistory:main'
restart: unless-stopped restart: unless-stopped
ports: ports:
- '8080:8080' - "8080:8080"
volumes: volumes:
- data:/app - iphistory_data:/app
volumes: volumes:
data: iphistory_data:
driver: local external: false
``` ```
### Docker Run ### Docker Run