You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running docker compose command below it fails.
windows 10
rustc 1.83.0 (90b35a623 2024-11-26)
docker compose --profile private-id up
time="2025-01-14T16:40:27-05:00" level=warning msg="C:\Users\user\Downloads\Private-ID-0.0.22\docker-compose.yaml: version is obsolete"
[+] Running 0/3
Container datagen Created 4.0s
Container private-id-server Created 2.5s
Container private-id-client Created 1.2s
Attaching to datagen, private-id-client, private-id-server
datagen | thread 'main' panicked at common/datagen/datagen.rs:95:14:
datagen | called Result::unwrap() on an Err value: Error(Io(Os { code: 21, kind: IsADirectory, message: "Is a directory" }))
datagen | note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
service "datagen" didn't complete successfully: exit 101
The text was updated successfully, but these errors were encountered:
When running docker compose command below it fails.
windows 10
rustc 1.83.0 (90b35a623 2024-11-26)
docker compose --profile private-id up
time="2025-01-14T16:40:27-05:00" level=warning msg="C:\Users\user\Downloads\Private-ID-0.0.22\docker-compose.yaml:
version
is obsolete"[+] Running 0/3
Attaching to datagen, private-id-client, private-id-server
datagen | thread 'main' panicked at common/datagen/datagen.rs:95:14:
datagen | called
Result::unwrap()
on anErr
value: Error(Io(Os { code: 21, kind: IsADirectory, message: "Is a directory" }))datagen | note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceservice "datagen" didn't complete successfully: exit 101
The text was updated successfully, but these errors were encountered: