1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-09-27 21:45:50 +02:00
vaultwarden/docker-compose.yml
2018-02-10 01:00:55 +01:00

10 Zeilen
201 B
YAML

## Docker Compose file, experimental and untested
# Run 'docker compose up' to start the service
version: '3'
services:
web:
build: .
ports:
- "8000:80"
volumes:
- ./data:/data