Add ValutWarden/docker-compose.yml
This commit is contained in:
parent
f8758878c6
commit
46cc99d08c
13
ValutWarden/docker-compose.yml
Normal file
13
ValutWarden/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
vaultwarden:
|
||||
image: vaultwarden/server:latest
|
||||
container_name: vaultwarden
|
||||
ports:
|
||||
- 85:80
|
||||
restart: always
|
||||
environment:
|
||||
DOMAIN: "https://vw.tff.digital" # Your domain; vaultwarden needs to know it's https to work properly with attachments
|
||||
volumes:
|
||||
- /home/nick/docker/vaultwarden/vw-data:/data
|
Loading…
Reference in New Issue
Block a user