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: . build: .
container_name: seismo-fleet-manager container_name: seismo-fleet-manager
ports: ports:
- "8000:8000" - "8001:8000"
volumes: volumes:
# Persist SQLite database # Persist SQLite database
- ./data:/app/data - ./data:/app/data