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