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 0d2e4e9 commit 8db7744Copy full SHA for 8db7744
README.md
@@ -28,6 +28,8 @@ services:
28
image: rostislavdugin/postgresus:latest
29
ports:
30
- "4005:4005"
31
+ volumes:
32
+ - ./postgresus-data:/app/postgresus-data
33
depends_on:
34
postgresus-db:
35
condition: service_healthy
@@ -43,7 +45,6 @@ services:
43
45
- POSTGRES_PASSWORD=Q1234567
44
46
volumes:
47
- ./pgdata:/var/lib/postgresql/data
- - ./postgresus-data:/app/postgresus-data
48
container_name: postgresus-db
49
command: -p 5437
50
shm_size: 10gb
0 commit comments