fix: port web 8085 zajety na hoscie -> 8086
All checks were successful
deploy / deploy (push) Successful in 2m34s
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user