Inital Commit

This commit is contained in:
2021-04-24 16:45:33 +03:00
committed by shmick
commit a327f0240b

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