mirror of https://github.com/docker/compose.git
8 lines
106 B
YAML
8 lines
106 B
YAML
|
version: '3.5'
|
||
|
|
||
|
services:
|
||
|
custom_shm_size:
|
||
|
build:
|
||
|
context: .
|
||
|
shm_size: 100663296 # =96M
|