We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738442b commit 725bc37Copy full SHA for 725bc37
docker-compose.yaml
@@ -32,8 +32,9 @@ services:
32
# Minimum supported version is 13.
33
# More versions here: https://hub.docker.com/_/postgres
34
image: "postgres:17"
35
- ports:
36
- - "5432:5432"
+ # Uncomment the next two lines to allow connections to the database from outside the server.
+ #ports:
37
+ # - "5432:5432"
38
environment:
39
POSTGRES_USER: ${POSTGRES_USER:-username} # The PostgreSQL user (useful to connect to the database)
40
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-password} # The PostgreSQL password (useful to connect to the database)
0 commit comments