Remove host port publish to fix Dokploy bind conflict
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -37,9 +37,12 @@ PUBLIC_HOST=ваш-домен-или-ip
|
||||
POSTGRES_PASSWORD=надежный-пароль-бд
|
||||
```
|
||||
|
||||
4. Deploy. Панель: порт `20000` (или домен через Traefik в Dokploy).
|
||||
4. Deploy. Доступ через домен Dokploy (сервис `panel`, порт контейнера `20000`).
|
||||
5. Вход: `/admin/login`
|
||||
|
||||
Не публикуйте host-порт в compose — иначе будет `port is already allocated`.
|
||||
В ENV Dokploy удалите `PANEL_PORT`, если он остался от старых деплоев.
|
||||
|
||||
### Если Bad Gateway (502)
|
||||
|
||||
1. В Dokploy Domain укажите сервис **`panel`**, порт **`20000`** (не `postgres`).
|
||||
|
||||
Reference in New Issue
Block a user