Container exits immediately
Container exits immediately
APP_KEY. Regenerate it and recreate the container:Database connection refused
Database connection refused
- Confirm
DB_HOSTis the IP or hostname reachable from inside the container.localhostor127.0.0.1refers to the container itself — use your host’s LAN IP or the database container name instead. - Confirm the database user was created with
'%'as the host, not'localhost'.
Default admin account not created
Default admin account not created
DEFAULT_ADMIN_PASSWORD is either missing or fewer than 8 characters. Set a valid value and recreate the container.WebSocket not connecting
WebSocket not connecting
PUSHER_HOST must be the address the browser can reach, not the container address. For a local setup set it to your host’s LAN IP. Behind a reverse proxy set it to your domain and configure the proxy to forward the /app path to port 6001.