containerze all the htings

This commit is contained in:
2022-03-14 16:03:01 -05:00
parent 321b44d0df
commit dc6de5a37a
3 changed files with 36 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
version: '3'
services:
vaultwarden:
image: vaultwarden/server:latest
container_name: vaultwarden
restart: always
environment:
- WEBSOCKET_ENABLED=true # Enable WebSocket notifications.
volumes:
- ./vw-data:/data