We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1495e71 commit f1f72caCopy full SHA for f1f72ca
1 file changed
docker-compose.yml
@@ -2,7 +2,7 @@ services:
2
postgres:
3
image: postgres:16-alpine
4
ports:
5
- - "5432:5432"
+ - "127.0.0.1:5432:5432"
6
environment:
7
POSTGRES_DB: atlas
8
POSTGRES_USER: ${POSTGRES_USER:-atlas}
0 commit comments