about summary refs log tree commit diff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorMatej Ľach <MatejLach@users.noreply.github.com>2020-04-12 15:41:54 +0100
committerGitHub <noreply@github.com>2020-04-12 16:41:54 +0200
commit490ff09c5a503f1e5f9cad964470fdefa3eabea8 (patch)
treeba8019eb26e72ed3fa4d366ea3ad6c57d7c0a45a /docker-compose.yml
parentf6c18e882965255736c17faaba50f1e54f7c7798 (diff)
increase the postgres container shm_size from 64mb to 256mb (#13451)
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 20649e424..b41578274 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -4,6 +4,7 @@ services:
   db:
     restart: always
     image: postgres:9.6-alpine
+    shm_size: 256mb
     networks:
       - internal_network
     healthcheck: