We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Page: 147
Example of code:
docker run --name=blog_db -e POSRGRES_DB=blog -e POSTGRES_USER=blog -e POSTGRES_PASSWORD=xxxxx -p 5432:5432 -d postgres:16.2
Instead of POSRGRES_DB should we use POSTGRES_DB?
POSRGRES_DB
POSTGRES_DB
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Page: 147
Example of code:
Instead of
POSRGRES_DB
should we usePOSTGRES_DB
?The text was updated successfully, but these errors were encountered: