docs(README): Fixed docker command to expose port

This commit is contained in:
Timothy Stewart 2025-02-19 13:10:29 -06:00
parent 73b4fe20d4
commit 281b0ab535

View File

@ -23,7 +23,6 @@ The best place to search for answers is our [Documentation](https://jetkvm.com/d
If you've found an issue and want to report it, please check our [Issues](https://github.com/jetkvm/cloud-api/issues) page. Make sure the description contains information about the firmware version you're using, your platform, and a clear explanation of the steps to reproduce the issue.
## Development
This project is built with Node.JS, Prisma and Express.
@ -37,6 +36,7 @@ docker run --name jetkvm-cloud-db \
-e POSTGRES_USER=jetkvm \
-e POSTGRES_PASSWORD=mysecretpassword \
-e POSTGRES_DB=jetkvm \
-p 5432:5432 \
-d postgres
# Copy the .env.example file to .env and populate it with the correct values