bitwarden

This commit is contained in:
jaydee
2024-05-27 23:43:21 +02:00
parent 521c9f1fce
commit 205d75e3c0
3 changed files with 4 additions and 4 deletions

View File

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