Skip to content

Commit 8db7744

Browse files
FEATURE (readme): Update docker-compose config
1 parent 0d2e4e9 commit 8db7744

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ services:
2828
image: rostislavdugin/postgresus:latest
2929
ports:
3030
- "4005:4005"
31+
volumes:
32+
- ./postgresus-data:/app/postgresus-data
3133
depends_on:
3234
postgresus-db:
3335
condition: service_healthy
@@ -43,7 +45,6 @@ services:
4345
- POSTGRES_PASSWORD=Q1234567
4446
volumes:
4547
- ./pgdata:/var/lib/postgresql/data
46-
- ./postgresus-data:/app/postgresus-data
4748
container_name: postgresus-db
4849
command: -p 5437
4950
shm_size: 10gb

0 commit comments

Comments
 (0)