Create docker-compose.yml

This commit is contained in:
Руслан 2023-08-11 02:43:24 +06:00 committed by GitHub
parent 3c0df82eb4
commit 6da9877d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,11 @@
version: '3'
services:
vaultwarden:
container_name: vaultwarden
image: vaultwarden/server:latest
restart: unless-stopped
volumes:
- ./data/:/data/
ports:
- localhost:50000