wiki/docs/portainer-stacks/Bitwarden.md
Sthope 0f8c1ec52f
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2022-04-27 11:24:06 +02:00

22 lines
481 B
Markdown

Portainer Stack:
```yaml
---
version: "3.8"
services:
bitwarden:
image: bitwardenrs/server:latest
restart: unless-stopped
container_name: bitwarden
network_mode: bridge
volumes:
- /docker/bitwarden:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- 3012:3012
- 80:80
# environment:
# - ADMIN_TOKEN=super_mega_password
labels:
- com.centurylinklabs.watchtower.enable=true
```