We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b440326 commit 381748fCopy full SHA for 381748f
docker-compose.yml
@@ -24,6 +24,8 @@ services:
24
POSTGRES_DB: $POSTGRES_DB
25
POSTGRES_HOST_AUTH_METHOD: $POSTGRES_HOST_AUTH_METHOD
26
container_name: postgres_db
27
+ ports:
28
+ - "5432:5432"
29
jwt_nginx:
30
image: lewisemm/vistagrid-nginx:v1.24.0
31
build:
0 commit comments