mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
10 lines
150 B
YAML
10 lines
150 B
YAML
version: "3"
|
|
services:
|
|
toolbx-tuner-tests:
|
|
build: .
|
|
privileged: true
|
|
volumes:
|
|
- .:/mnt:z
|
|
security_opt:
|
|
- label=disable
|
|
|