Mount volume + port forward

This commit is contained in:
Nicolas Patry 2024-10-02 18:16:31 +02:00
parent 18fefd4d68
commit c803a53cdd
No known key found for this signature in database
GPG Key ID: E939E8CC91A1C674

View File

@ -538,8 +538,8 @@ def launcher(event_loop):
# detach=True,
# device_requests=device_requests,
devices=devices,
# volumes=volumes,
# ports={"80/tcp": port},
volumes=volumes,
ports={"80/tcp": port},
# healthcheck={"timeout": int(10 * 1e9)},
# shm_size="1G",
)