mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #1311] bitwarden_rs bug whit docker-compose and docker run #908
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#908
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 @Ran-Xing on GitHub (Jan 15, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1311
Sorry, I can't understand English

left : docker-compose up -d right: docker run
@BlackDex commented on GitHub (Jan 17, 2021):
So, what is the bug then? It seems started just fine except that it couldn't read the ssl cert correctly.
Also, you have duplicate ports there, if you do not add /tcp or /udp it defaults to both, so adding /udp is useless.
Other than that it looks ok, it starts, shows on which ports it is running.
@Ran-Xing commented on GitHub (Jan 17, 2021):
@BlackDex oh ,TKS,I thought it was just the UDP port by default. Let me see. I backed up the data
@Ran-Xing commented on GitHub (Jan 17, 2021):
Sorry , Because I use the Intranet environment, so I signed a certificate, under normal circumstances
The docker run command can be parsed normally, but docker compose up - d just can't. I just applied for a formal SSL certificate, but it doesn't seem to work either
Docker management software Portainer 1.24
And I use my own SSL certificate issued by other containers can work normally, but at present only this one is docker-compose up-d can not work normally, docker run can work normally