feat: 添加 Vaultwarden 服务的 Docker Compose 配置

This commit is contained in:
2025-04-22 11:48:01 +08:00
parent 13aab2c46f
commit dd543f5954
2 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
services:
vaultwarden:
container_name: vaultwarden
image: vaultwarden/server:1.33.2-alpine
network_mode: bridge
ports:
- 3901:80
restart: always
volumes:
- ./data:/data