Browse Source

increase the postgres container shm_size from 64mb to 256mb (#13451)

master
Matej Ľach 4 years ago
committed by GitHub
parent
commit
490ff09c5a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      docker-compose.yml

+ 1
- 0
docker-compose.yml View File

@ -4,6 +4,7 @@ services:
db:
restart: always
image: postgres:9.6-alpine
shm_size: 256mb
networks:
- internal_network
healthcheck:

Loading…
Cancel
Save