Created
January 27, 2023 00:49
-
-
Save d4vidsha/e8e7a3f80aacc7714e0689a2aac88d99 to your computer and use it in GitHub Desktop.
Bitwarden Docker compose file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "2" | |
services: | |
bitwardenrs: | |
image: vaultwarden/server:latest | |
container_name: bitwarden | |
volumes: | |
- /srv/disk/Appdata/bitwarden:/data/ | |
ports: | |
- 5080:80 | |
restart: unless-stopped | |
environment: | |
- SIGNUPS_ALLOWED=true | |
- SHOW_PASSWORD_HINT=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment