mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #806] docker-compose and [rocket::config::error][ERROR] I/O error while setting tls.certs: #560
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#560
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @blotsome on GitHub (Jan 7, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/806
Subject of the issue
Converting a docker run container that works to docker-compose yields this [rocket::config::error][ERROR] I/O error while setting tls.certs:
Your environment
Steps to reproduce
Here is the docker code that works:
and here is the docker-compose.yml that does not work:
I've tried adding and removing quotes from the rocket_tls file. I've tried changing the permission of those two ssl files. from 600 to 644. Well the .crt is 644, and the key is 600, and i change key to 644 for testing purposes. I also tried creating a new, blank mnt instead of reusing the mnt point that worked in the docker run command.
Expected behaviour
Create a healthy, running docker the same as the docker run command.
Actual behaviour
Keeps restarting over and over, and showing the errors below.
Relevant logs
I see
and once it restarts, it just says
docker_bitwarden_1 exited with code 1@blotsome commented on GitHub (Jan 9, 2020):
Really embarrassed over this one. *.crt and *.key file names are different. D'oh.