mirror of
https://github.com/abhilesh/self-hosted-docker-setups.git
synced 2026-06-28 06:46:23 +00:00
Added docker-compose.yml for Vaultwarden
This commit is contained in:
13
vaultwarden/docker-compose.yml
Normal file
13
vaultwarden/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: '3'
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user