Update README.md

This commit is contained in:
Giandonato Inverso
2022-08-28 12:33:14 +02:00
committed by GitHub
parent 59c6dc9233
commit dfaee77d86
+1 -3
View File
@@ -6,8 +6,7 @@
- `PUID="$(id -u)" PGID="$(id -g)" docker-compose up --build -d` - `PUID="$(id -u)" PGID="$(id -g)" docker-compose up --build -d`
- Run and build this image as specific user - Run and build this image as specific user
- `PUID="1000" PGID="1000" docker-compose up --build -d` - `PUID="1000" PGID="1000" docker-compose up --build -d`
- Run app installation <IP>:8080/install - Run app installation <IP>:8080/install/setup.php
- Provide Database credentials
- Default login: <IP>:8080 - Default login: <IP>:8080
- user: superadmin - user: superadmin
- password: superadmin - password: superadmin
@@ -15,7 +14,6 @@
### Roadmap ### Roadmap
- Make install process run via docker-compose. - Make install process run via docker-compose.
- Work is partially done. docker-entrypoint.sh is created.(currently disabled due to next steps are pending) - 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 . - Make it possible to set PUID and GUID, from environment variable in docker-compose.yml .
- Reduce image size by removing unnecessary dependencies. - Reduce image size by removing unnecessary dependencies.
- Automate Build image and push to docker hub. - Automate Build image and push to docker hub.