Skip to content

Commit 22556fc

Browse files
authored
clarify port requirements for reverse proxy when using with old multi-container setup (#652)
1 parent d2c7216 commit 22556fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/selfhosted/migration/enable-reverse-proxy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ NB_PROXY_CERTIFICATE_DIRECTORY=/certs
159159
```bash
160160
NB_PROXY_DOMAIN=proxy.example.com
161161
NB_PROXY_TOKEN=nbx_your_token_here
162-
NB_PROXY_MANAGEMENT_ADDRESS=http://management:443
162+
NB_PROXY_MANAGEMENT_ADDRESS=http://management:33073
163163
NB_PROXY_ALLOW_INSECURE=true
164164
NB_PROXY_ADDRESS=:8443
165165
NB_PROXY_ACME_CERTIFICATES=true

0 commit comments

Comments
 (0)