Skip to content

docker 启动失败 #171

@dengshenkk

Description

@dengshenkk
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions