diff --git a/docker-compose.yml b/docker-compose.yml index 6571726..ca15a15 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,6 +31,8 @@ services: - no-new-privileges:true cap_drop: - ALL + #Runtime should always be runc, otherwise load average with gVisor will be extremely high + runtime: runc postgres: image: docker.io/postgres-15:alpine