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

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
