Attempt to increase shared memory size on postgres

This commit is contained in:
Max Wofford
2025-06-11 00:25:03 -04:00
parent 46fb2b9901
commit 8cd1eab111

View File

@@ -19,6 +19,7 @@ services:
db:
image: postgres:16
shm_size: '2gb'
volumes:
- harbor_postgres_data:/var/lib/postgresql/data
environment: