mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-02-05 02:38:10 -05:00
9 lines
98 B
YAML
9 lines
98 B
YAML
version: '2'
|
|
|
|
services:
|
|
ventoy:
|
|
build: .
|
|
privileged: true
|
|
volumes:
|
|
- .:/ventoy
|