diff --git a/README.md b/README.md index 78449bc..b0a2c51 100644 --- a/README.md +++ b/README.md @@ -84,5 +84,5 @@ You can access log services like pgAdmin, Postgres, Phoenix ERP, and others afte # 🌐 Accessing the System | **Service** | **URL** | **Credentials** | |------------------|----------------------------------|----------------------------------------------------| -| **Phoenix ERP** | [http://localhost:4200](http://localhost:4200) | login: superadmin and password as configured in `.env` | -| **pgAdmin** | [http://localhost:5050](http://localhost:5050) | Email: `info@phx-erp.de`
Password: from `.env` | +| **Phoenix ERP** | [http://HOST_IP](http://HOST_IP) | login: superadmin and password as configured in `.env` | +| **pgAdmin** | [http://HOST_IP/pgadmin4/](http://HOST_IP/pgadmin4/) | Email: `info@phx-erp.de`
Password: from `.env` |