fix: use port 3847 (3000 already in use on mlake)

This commit is contained in:
m
2026-03-25 13:46:19 +01:00
parent 733f6358b3
commit fde6ba6092

View File

@@ -2,5 +2,5 @@ services:
web: web:
build: . build: .
ports: ports:
- "3000:80" - "3847:80"
restart: unless-stopped restart: unless-stopped