mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-05 04:46:36 +00:00
11 lines
201 B
YAML
11 lines
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
|