Add docker-compose file
This commit is contained in:
parent
1b1c2f5759
commit
0de24867a8
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
version: "3.2"
|
||||
|
||||
services:
|
||||
bitwarden:
|
||||
image: bitwardenrs/server:latest
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
volumes:
|
||||
- ./data:/data
|
||||
environment:
|
||||
- SIGNUPS_ALLOWED=false
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user