Use port 9090 for Docker to avoid conflict with portfolio site

This commit is contained in:
Hermes Agent
2026-04-19 22:14:35 +00:00
parent 3ec9f5e784
commit 301b2d2277
+1 -1
View File
@@ -2,5 +2,5 @@ services:
web:
build: .
ports:
- "8080:80"
- "9090:80"
restart: unless-stopped