10000
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 5f7e5d7 commit 7e0fcb6Copy full SHA for 7e0fcb6
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:16"
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