bitwarden

This commit is contained in:
jaydee
2024-05-06 22:14:51 +02:00
parent 45be94c2b6
commit 8e6710ab5e

View File

@ -0,0 +1,10 @@
version: "3"
services:
portainer:
image: portainer/portainer-ee:2.19.4
ports:
- 9000:9000
volumes:
- /share/docker-data/portainer/portainer-data/:/data
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped