mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-17 19:53:12 +02:00
20 lines
436 B
YAML
20 lines
436 B
YAML
|
|
# -------------------------------------------------------------------------
|
|
# 🚀 Created and distributed by The AltStack
|
|
# 🌍 https://thealtstack.com
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
|
services:
|
|
bitwarden:
|
|
image: vaultwarden/server:latest
|
|
container_name: bitwarden
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8088:80"
|
|
volumes:
|
|
- bw-data:/data
|
|
|
|
volumes:
|
|
bw-data:
|