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 86dead7 commit 6175af6Copy full SHA for 6175af6
docker-compose-dind.yml
@@ -15,9 +15,9 @@ volumes:
15
16
services:
17
postgres:
18
- image: postgres
+ image: postgres:18
19
volumes:
20
- - postgres-data:/var/lib/postgresql/data
+ - postgres-data:/var/lib/postgresql/18/docker
21
environment:
22
POSTGRES_DB: kestra
23
POSTGRES_USER: kestra
docker-compose.yml
@@ -6,9 +6,9 @@ volumes:
6
7
8
9
10
11
12
13
14
0 commit comments