Skip to content

Commit d4f5288

Browse files
committed
Adjust postgres startup to work with new Docker 18+ structure
1 parent fb68998 commit d4f5288

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/postgres.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
env:
2727
POSTGRES_PASSWORD: flowable
2828
POSTGRES_USER: flowable
29+
PGDATA: /var/lib/postgresql/data
2930
ports:
3031
- 5432:5432
3132
# needed because the postgres container does not provide a health check

0 commit comments

Comments
 (0)