From: Matej Ľach Date: Sun, 12 Apr 2020 14:41:54 +0000 (+0100) Subject: increase the postgres container shm_size from 64mb to 256mb (#13451) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=490ff09c5a503f1e5f9cad964470fdefa3eabea8;p=mastodon.git increase the postgres container shm_size from 64mb to 256mb (#13451) --- 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: