1
0
mirror of https://github.com/daeuniverse/dae.git synced 2025-01-12 15:57:08 +07:00
dae/docker-compose.yml
2023-03-04 13:16:26 +08:00

12 lines
173 B
YAML

version: "3"
services:
dae:
privileged: true
network_mode: host
pid: host
build:
context: .
volumes:
- /sys:/sys
- /etc/dae:/etc/dae