mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-12-26 15:15:59 -05:00
9 lines
98 B
YAML
9 lines
98 B
YAML
|
version: '2'
|
||
|
|
||
|
services:
|
||
|
ventoy:
|
||
|
build: .
|
||
|
privileged: true
|
||
|
volumes:
|
||
|
- .:/ventoy
|