This repository was archived by the owner on Oct 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
Unable to run docker-compose.yml #26
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When attempting to run a docker-compose.yml, this is the message I'm getting:
~/Developer/Misc/ComposeTest/ RUST_BACKTRACE=full compose up [70%]
Failed to run container: exit status: 1
thread 'main' panicked at src/runner.rs:10:33:
called `Result::unwrap()` on an `Err` value: ()
stack backtrace:
0: 0x104764fe0 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h92dda645f072dcaf
1: 0x10477ff38 - core::fmt::write::hbc92919d8e8f9a96
2: 0x10476304c - std::io::Write::write_fmt::hcee3b5dc9ab531be
3: 0x104764e94 - std::sys::backtrace::BacktraceLock::print::h0f497abce563e5d2
4: 0x104765d28 - std::panicking::default_hook::{{closure}}::h62595143a6c21f05
5: 0x104765b78 - std::panicking::default_hook::hd800536ed1df5085
6: 0x104766738 - std::panicking::rust_panic_with_hook::h1882a30575fbb763
7: 0x104766434 - std::panicking::begin_panic_handler::{{closure}}::h39275ef3005e6337
8: 0x104765490 - std::sys::backtrace::__rust_end_short_backtrace::h6ede323c05a76849
9: 0x1047660dc - __rustc[95feac21a9532783]::rust_begin_unwind
10: 0x10478a018 - core::panicking::panic_fmt::h529fda7ea817ba4f
11: 0x10478a350 - core::result::unwrap_failed::hd402f38eeb0f0f01
12: 0x1046d7d6c - container_compose::runner::run_services::h29815148a6629bf0
13: 0x1046de73c - container_compose::main::hc684db6ff5b2f2f5
14: 0x1046e01dc - std::sys::backtrace::__rust_begin_short_backtrace::h1cf567eabe5a22a8
15: 0x1046e4904 - std::rt::lang_start::{{closure}}::h812953dee95d3fc5
16: 0x10475e560 - std::rt::lang_start_internal::hdff9e551ec0db2ea
17: 0x1046de88c - _maindocker-compose.yml:
version: 3.8
services:
uptimekuma:
image: louslam/uptime-kuma:1
volumes:
- ./ukd:/app/data
restart: alwaysMetadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request