Inital Commit

This commit is contained in:
2021-04-24 16:47:38 +03:00
commit 83c01cfaaf

14
docker-compose.yml Executable file
View File

@@ -0,0 +1,14 @@
version: '3'
services:
bitwarden:
container_name: bitwarden
image: bitwardenrs/server
restart: always
volumes:
- /Red-Vol/Media/Containers/bitwarden/data:/data
environment:
WEBSOCKET_ENABLED: 'true' # Required to use websockets
SIGNUPS_ALLOWED: 'true' # set to false to disable signups