Skip to content

Commit cf6a88e

Browse files
FIX (docker): Fix volume path to meet the folder with backups
1 parent 7455224 commit cf6a88e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
ports:
1515
- "4005:4005"
1616
volumes:
17-
- ./postgresus-data:/app/postgresus-data
17+
- ./postgresus-data:/postgresus-data
1818
container_name: postgresus-local
1919
depends_on:
2020
postgresus-db:

install-postgresus.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ services:
6767
ports:
6868
- "4005:4005"
6969
volumes:
70-
- ./postgresus-data:/app/postgresus-data
70+
- ./postgresus-data:/postgresus-data
7171
depends_on:
7272
postgresus-db:
7373
condition: service_healthy

0 commit comments

Comments
 (0)