mirror of
https://github.com/engineer-man/piston.git
synced 2025-08-05 20:38:46 +02:00
v3 - Remove the use of unshare + privileged mode and instead
use seccomp to filter for socket syscalls
This commit is contained in:
parent
01bc13d115
commit
0778cdb1cc
8 changed files with 76 additions and 9 deletions
|
@ -3,7 +3,6 @@ version: '3.8'
|
|||
services:
|
||||
piston_api:
|
||||
build: api
|
||||
privileged: true
|
||||
restart: always
|
||||
ports:
|
||||
- 6969:6969
|
||||
|
@ -16,4 +15,4 @@ services:
|
|||
build: repo
|
||||
command: ['dart-2.12.1'] # Only build dart
|
||||
volumes:
|
||||
- .:/piston
|
||||
- .:/piston
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue