mirror of
https://github.com/jetkvm/cloud-api.git
synced 2025-09-16 08:38:15 +00:00
docs(README): Fixed docker command to expose port
This commit is contained in:
parent
73b4fe20d4
commit
281b0ab535
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user