Change host port to 3001 and add panic recovery to main

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
luskbyte
2026-04-24 23:56:26 -03:00
parent f618d107ed
commit ff3af39973
2 changed files with 10 additions and 3 deletions
+1 -3
View File
@@ -1,10 +1,8 @@
version: '3.8'
services:
docker-manager:
build: .
ports:
- "3000:3000"
- "3001:3000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment: