/usr/bin/podman run --rm --replace --name vaultwarden -p [::1]:8081:80/tcp -v vaultwarden:/data/ quay.io/vaultwarden/server:latest
/--------------------------------------------------------------------\
| Starting Vaultwarden |
| Version 1.34.3 |
|--------------------------------------------------------------------|
| This is an *unofficial* Bitwarden implementation, DO NOT use the |
| official channels to report bugs/features, regardless of client. |
| Send usage/configuration questions or feature requests to: |
| https://github.com/dani-garcia/vaultwarden/discussions or |
| https://vaultwarden.discourse.group/ |
| Report suspected bugs/issues in the software itself at: |
| https://github.com/dani-garcia/vaultwarden/issues/new |
\--------------------------------------------------------------------/
[2025-08-15 18:45:25.736][vaultwarden::auth][INFO] Private key 'data/rsa_key.pem' created correctly
[2025-08-15 18:45:25.793][start][INFO] Rocket has launched from http://0.0.0.0:80
on the host :
curl http://[::1]:8081
curl: (56) Recv failure: Connection reset by peer
No more logs in the container
running nginx insted of vaultwarden works
Expected Result
Access to the wen interface
Actual Result
no access
Logs
None
Screenshots or Videos
No response
Additional Context
I tried it on 2 different computers I also tried 1.34.1 release, same issues
Originally created by @KsmoinO on GitHub (Aug 15, 2025).
### Prerequisites
- [x] I have searched the existing **Closed _AND_ Open** [Issues](https://github.com/dani-garcia/vaultwarden/issues?q=is%3Aissue%20) **_AND_** [Discussions](https://github.com/dani-garcia/vaultwarden/discussions?discussions_q=)
- [x] I have searched and read the [documentation](https://github.com/dani-garcia/vaultwarden/wiki/)
### Vaultwarden Support String
Not possible
### Vaultwarden Build Version
quay.io/vaultwarden/server:latest
### Deployment method
Official Container Image
### Custom deployment method
_No response_
### Reverse Proxy
N/A
### Host/Server Operating System
Linux
### Operating System Version
Debian 13.0
### Clients
CLI
### Client Version
N/A
### Steps To Reproduce
```
/usr/bin/podman run --rm --replace --name vaultwarden -p [::1]:8081:80/tcp -v vaultwarden:/data/ quay.io/vaultwarden/server:latest
/--------------------------------------------------------------------\
| Starting Vaultwarden |
| Version 1.34.3 |
|--------------------------------------------------------------------|
| This is an *unofficial* Bitwarden implementation, DO NOT use the |
| official channels to report bugs/features, regardless of client. |
| Send usage/configuration questions or feature requests to: |
| https://github.com/dani-garcia/vaultwarden/discussions or |
| https://vaultwarden.discourse.group/ |
| Report suspected bugs/issues in the software itself at: |
| https://github.com/dani-garcia/vaultwarden/issues/new |
\--------------------------------------------------------------------/
[2025-08-15 18:45:25.736][vaultwarden::auth][INFO] Private key 'data/rsa_key.pem' created correctly
[2025-08-15 18:45:25.793][start][INFO] Rocket has launched from http://0.0.0.0:80
```
on the host :
```
curl http://[::1]:8081
curl: (56) Recv failure: Connection reset by peer
```
No more logs in the container
running nginx insted of vaultwarden works
### Expected Result
Access to the wen interface
### Actual Result
no access
### Logs
```text
None
```
### Screenshots or Videos
_No response_
### Additional Context
I tried it on 2 different computers I also tried 1.34.1 release, same issues
GiteaMirror
added the bug label 2026-03-07 20:46:22 -06:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @KsmoinO on GitHub (Aug 15, 2025).
Prerequisites
Vaultwarden Support String
Not possible
Vaultwarden Build Version
quay.io/vaultwarden/server:latest
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
N/A
Host/Server Operating System
Linux
Operating System Version
Debian 13.0
Clients
CLI
Client Version
N/A
Steps To Reproduce
on the host :
No more logs in the container
running nginx insted of vaultwarden works
Expected Result
Access to the wen interface
Actual Result
no access
Logs
Screenshots or Videos
No response
Additional Context
I tried it on 2 different computers I also tried 1.34.1 release, same issues