Skip to content

Commit

Permalink
Merge pull request #5348 from concourse/increase-shm
Browse files Browse the repository at this point in the history
docker-compose: bump db's shm_size
  • Loading branch information
Ciro S. Costa committed Mar 31, 2020
2 parents 810ad39 + f97e085 commit 004e924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: '3'
services:
db:
image: postgres
shm_size: 1gb
ports:
- 6543:5432
environment:
Expand Down

0 comments on commit 004e924

Please sign in to comment.