DockerProduction/Apps/bitwaden/docker-compose.yml

11 lines
247 B
YAML
Raw Normal View History

2022-03-14 21:03:01 +00:00
version: '3'
services:
vaultwarden:
image: vaultwarden/server:latest
container_name: vaultwarden
restart: always
environment:
- WEBSOCKET_ENABLED=true # Enable WebSocket notifications.
volumes:
- ./vw-data:/data