Skip to content

Commit ff27948

Browse files
Update docker-compose.sample.yml
Increase default shared memory to 1gb
1 parent f95dc8d commit ff27948

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.sample.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ services:
203203
- POSTGRES_PASSWORD_OFF=Rename to 'POSTGRES_PASSWORD' and replace this with an initial root password for the DB
204204
ports:
205205
- 5432
206+
shm_size: '1g'
206207
healthcheck:
207208
test: ["CMD-SHELL", "pg_isready -d postgres -U ${DB_USER}"]
208209
interval: 10s

0 commit comments

Comments
 (0)