diff --git a/docker-compose.yml b/docker-compose.yml index a23f4d5..dc2d8a0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,6 +3,7 @@ version: '3' services: jellystat-db: image: postgres:15.2 + shm_size: '1gb' container_name: jellystat-db restart: unless-stopped environment: @@ -40,4 +41,4 @@ logging: driver: "json-file" options: max-file: "5" # number of files or file count - max-size: "10m" # file size \ No newline at end of file + max-size: "10m" # file size