docker images
harlancn/xiu latest a4616006597f 11 months ago 108MB
# docker-compose.yml
services:
xiu:
stdin_open: true
tty: true
network_mode: host
container_name: xiu
privileged: true
image: harlancn/xiu:latest
command: /app/start.sh /app/config.toml
docker compose up
[+] Running 1/1
✔ Container xiu Created 0.4s
Attaching to xiu
xiu | Specify configuration file path
xiu | thread 'main' panicked at application/xiu/src/config/mod.rs:204:55:
xiu | called `Result::unwrap()` on an `Err` value: Error { inner: ErrorInner { kind: Custom, line: Some(96), col: 0, at: Some(1750), message: "missing field `relay_enabled`", key: ["rtsp"] } }
xiu | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
xiu exited with code 101