mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-11-04 06:00:13 +00:00
9 lines
98 B
YAML
9 lines
98 B
YAML
|
version: '2'
|
||
|
|
||
|
services:
|
||
|
ventoy:
|
||
|
build: .
|
||
|
privileged: true
|
||
|
volumes:
|
||
|
- .:/ventoy
|