Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Compose Issue - Inappropriate ioctl for device #183

Closed
JackPala opened this issue Oct 10, 2024 · 1 comment
Closed

Docker Compose Issue - Inappropriate ioctl for device #183

JackPala opened this issue Oct 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@JackPala
Copy link

Current Behavior

On new install after running docker compose up

Enter password: Could not read input: inappropriate ioctl for device

and container dies

Expected Behavior

Enter password and hit enter

Steps to Reproduce

docker compose up

Version

:latest

What operating system did the problem occur on (e.g. Ubuntu 22.04, macOS 12.0, Windows 11)?

NixOS Linux

Anything else?

No response

@JackPala JackPala added the bug Something isn't working label Oct 10, 2024
@n8maninger
Copy link
Member

n8maninger commented Oct 10, 2024

You need to set the password in the yaml file or in an environment variable.

You can create walletd.yml in your /data mount with the following structure:

http:
  password: change me

Or to use an environment variable, set WALLETD_API_PASSWORD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants