Skip to content

Commit

Permalink
Adding a 1GB shm size for postgres, to prevent shared space error. (#204
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines authored Dec 16, 2023
1 parent d223633 commit 6ecaeaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ services:
- ./customPostgresql.conf:/etc/postgresql.conf
restart: always
command: postgres -c config_file=/etc/postgresql.conf
shm_size: 1g
logging: *default-logging

postfix:
Expand Down

0 comments on commit 6ecaeaa

Please sign in to comment.