Inital Commit
This commit is contained in:
14
docker-compose.yml
Executable file
14
docker-compose.yml
Executable 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user