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 7455224 commit cf6a88eCopy full SHA for cf6a88e
docker-compose.yml.example
@@ -14,7 +14,7 @@ services:
14
ports:
15
- "4005:4005"
16
volumes:
17
- - ./postgresus-data:/app/postgresus-data
+ - ./postgresus-data:/postgresus-data
18
container_name: postgresus-local
19
depends_on:
20
postgresus-db:
install-postgresus.sh
@@ -67,7 +67,7 @@ services:
67
68
69
70
71
72
73
condition: service_healthy
0 commit comments