From f184fea5499661826d253c48fff4f6c9c65d0f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Sun, 14 Jan 2024 11:25:44 +0100 Subject: [PATCH] Make the container work with nsjail --- docker-compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 325124d..05fc73e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,9 +4,11 @@ services: image: git.sofiaritz.com/sofia/ayb:nightly restart: unless-stopped volumes: - - ./config/ayb.toml:/ayb/ayb.toml - - ayb_data:/ayb/ayb_data + - "./config/ayb.toml:/ayb/ayb.toml" + - "ayb_data:/ayb/ayb_data" ports: - "127.0.0.1:5433:5433" + privileged: true + user: 1000:1000 volumes: ayb_data: