Publish web service on port 31478

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Greg 2026-03-22 13:38:10 +01:00
parent 3199a04014
commit b17b781839

View File

@ -2,8 +2,8 @@ services:
web: web:
build: . build: .
container_name: cot_web container_name: cot_web
expose: ports:
- "8000" - "31478:8000"
volumes: volumes:
- cot_data:/data - cot_data:/data
environment: environment: