fix: port web 8085 zajety na hoscie -> 8086
All checks were successful
deploy / deploy (push) Successful in 2m34s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-29 10:47:50 +02:00
parent fbc4fb0834
commit a16bb14298
4 changed files with 10 additions and 10 deletions

View File

@@ -31,6 +31,6 @@ services:
restart: unless-stopped
depends_on:
- api
# publiczny ruch (HTML + statyki + /api) wchodzi tu; reverse proxy hosta → 8085
# publiczny ruch (HTML + statyki + /api) wchodzi tu; reverse proxy hosta → 8086
ports:
- "127.0.0.1:8085:80"
- "127.0.0.1:8086:80"