mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
feat(compose): add docker socket mount and root user permission configuration
This commit is contained in:
parent
09f47bcfc5
commit
989a6ae0d2
@ -19,6 +19,9 @@ services:
|
|||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
start_period: 10s
|
start_period: 10s
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
lsp-c:
|
lsp-c:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user