moiz697 opened a new issue, #115:
URL: https://github.com/apache/age-viewer/issues/115
The command provided in the README.MD for running a Postgres container is
not working properly due to incorrect indentation. The command is as follows:
docker run --name myPostgresDb -p 5455:5432 -e POSTGRES_USER=postgresUser
-e POSTGRES_PASSWORD=pos
tgresPW -e POSTGRES_DB=postgresDB -d apache/age
As a result, users are unable to run the container correctly. Can you please
correct the indentation and update the readme file to ensure that users are
able to run the container without any issues?
Steps to reproduce:
Copy the command from the readme file
Paste it on the terminal
Execute the command
Expected outcome:
The Postgres container should be running
Actual outcome:
The command is not working due to incorrect indentation.
Impact:
Users are unable to run the container and use it.
Severity:
Medium (as users are unable to run the container)
Notes:
Please make sure to test the command before updating the readme file to
ensure that it is working correctly.
Label:
bug
<img width="1661" alt="Screenshot 2023-01-22 at 1 51 45 AM"
src="https://user-images.githubusercontent.com/121784313/213886718-ab1fdbd8-e85e-497b-b80c-7fdbb62afa23.png">
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]