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 eebdf8a commit 36533c8Copy full SHA for 36533c8
docker/docker-compose.production.yml
@@ -2,6 +2,8 @@ services:
2
postgres:
3
image: postgres:17-alpine
4
restart: unless-stopped
5
+ ports:
6
+ - "127.0.0.1:5432:5432"
7
networks:
8
- coolify
9
volumes:
0 commit comments