add:vaultwardeb, improve other services
This commit is contained in:
12
vaultwarden/docker-compose/vaultwarden/docker-compose.yaml
Normal file
12
vaultwarden/docker-compose/vaultwarden/docker-compose.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
vaultwarden:
|
||||
image: vaultwarden/server:latest
|
||||
container_name: vaultwarden
|
||||
restart: always
|
||||
environment:
|
||||
# DOMAIN: "https://vaultwarden.example.com" # required when using a reverse proxy; your domain; vaultwarden needs to know it's https to work properly with attachments
|
||||
SIGNUPS_ALLOWED: "true" # Deactivate this with "false" after you have created your account so that no strangers can register
|
||||
volumes:
|
||||
- ./vw-data:/data # the path before the : can be changed
|
||||
ports:
|
||||
- 4111:80 # you can replace the 11001 with your preferred port
|
||||
Reference in New Issue
Block a user