add shm_size

This commit is contained in:
OlivierDehaene 2023-11-20 12:16:24 +01:00
parent 3e4ab6c553
commit a99ee04348

View File

@ -318,6 +318,7 @@ def launcher(event_loop):
],
volumes=volumes,
ports={"80/tcp": port},
shm_size="1G"
)
yield ContainerLauncherHandle(client, container.name, port)