Make the container work with nsjail
This commit is contained in:
parent
8ceaede9d1
commit
f184fea549
1 changed files with 4 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue