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

fix: Create certs as 1000 user #1886

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Conversation

holzeis
Copy link
Contributor

@holzeis holzeis commented Jan 24, 2024

Also generates the certs on the default path so that the certs directory doesn't have to be set if the default certs should be used.

tested locally with the following

mkdir data

docker run \
  --name webapp \
  --rm \
  -v ./data:/data \
  -p 3001:3001 -it \
ghcr.io/holzeis/webapp:0.1.2  \
  --coordinator-endpoint=021025118ede915d626f7da184d75af7281dca965dd91a06993cf9d21fe4ca54e5@34.89.166.156:9045 \
  --data-dir=/data \
  --esplora=http://api.10101.finance:3000 \
  mainnet

@holzeis holzeis linked an issue Jan 24, 2024 that may be closed by this pull request
@holzeis holzeis requested a review from bonomat January 24, 2024 08:30
Also generates the certs on the default path so that the certs directory doesn't have to be set if the default certs should be used.
@holzeis holzeis force-pushed the fix/use-container-user-to-create-certs branch from 86b423d to 94dc9da Compare January 24, 2024 08:37
@holzeis holzeis marked this pull request as ready for review January 24, 2024 08:37
Copy link
Contributor

@bonomat bonomat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@bonomat bonomat enabled auto-merge January 24, 2024 08:43
@bonomat bonomat added this pull request to the merge queue Jan 24, 2024
Merged via the queue into main with commit 71c6795 Jan 24, 2024
9 checks passed
@bonomat bonomat deleted the fix/use-container-user-to-create-certs branch January 24, 2024 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Webapp docker container won't run
2 participants