Make the container work with nsjail

This commit is contained in:
Sofía Aritz 2024-01-14 11:25:44 +01:00
parent 8ceaede9d1
commit f184fea549
Signed by: sofia
GPG key ID: 90B5116E3542B28F

View file

@ -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: