From dfaee77d861b33769a6814314fff7a7973710972 Mon Sep 17 00:00:00 2001 From: Giandonato Inverso <70962472+giandonatoinverso@users.noreply.github.com> Date: Sun, 28 Aug 2022 12:33:14 +0200 Subject: [PATCH] Update README.md --- docker/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docker/README.md b/docker/README.md index ceb831a..0c6e838 100644 --- a/docker/README.md +++ b/docker/README.md @@ -6,8 +6,7 @@ - `PUID="$(id -u)" PGID="$(id -g)" docker-compose up --build -d` - Run and build this image as specific user - `PUID="1000" PGID="1000" docker-compose up --build -d` -- Run app installation :8080/install - - Provide Database credentials +- Run app installation :8080/install/setup.php - Default login: :8080 - user: superadmin - password: superadmin @@ -15,7 +14,6 @@ ### Roadmap - Make install process run via docker-compose. - Work is partially done. docker-entrypoint.sh is created.(currently disabled due to next steps are pending) - - qrcode/install/database.php should be adjusted to create database without form submission. - Make it possible to set PUID and GUID, from environment variable in docker-compose.yml . - Reduce image size by removing unnecessary dependencies. - Automate Build image and push to docker hub. @@ -24,4 +22,4 @@ ### some debug commands - `docker-compose logs` - `PUID="$(id -u)" PGID="$(id -g)" docker-compose config` -- `ps -aef | grep apache2` \ No newline at end of file +- `ps -aef | grep apache2`