mirror of
https://github.com/abhilesh/self-hosted-docker-setups.git
synced 2026-03-03 02:47:01 +00:00
11 lines
322 B
YAML
11 lines
322 B
YAML
services:
|
|
vaultwarden:
|
|
image: vaultwarden/server:latest
|
|
container_name: vaultwarden
|
|
restart: always
|
|
environment:
|
|
- WEBSOCKET_ENABLED=true # Enable WebSocket notifications.
|
|
volumes:
|
|
- ./vw-data:/data
|
|
ports:
|
|
- 8080:80 # Change this |