We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb68998 commit d4f5288Copy full SHA for d4f5288
1 file changed
.github/workflows/postgres.yml
@@ -26,6 +26,7 @@ jobs:
26
env:
27
POSTGRES_PASSWORD: flowable
28
POSTGRES_USER: flowable
29
+ PGDATA: /var/lib/postgresql/data
30
ports:
31
- 5432:5432
32
# needed because the postgres container does not provide a health check
0 commit comments