Change exposed port from 8000 to 8001 to avoid port conflict

This commit is contained in:
Claude
2025-11-20 19:33:39 +00:00
parent 05c63367c8
commit 36ce63feb1

View File

@@ -5,7 +5,7 @@ services:
build: .
container_name: seismo-fleet-manager
ports:
- "8000:8000"
- "8001:8000"
volumes:
# Persist SQLite database
- ./data:/app/data