blob: 8e3378f30559a782fb18cd53e270ac5d278f714b (
plain) (
tree)
|
|
services:
webol:
image: webol-pc:2
container_name: webol-cli-server
restart: no
environment:
- RUST_LOG=info,webol=trace
- WEBOL_TIMEOFFSET=2
volumes:
- ./devices:/devices
network_mode: host
|