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

@ -22,7 +22,7 @@ services:
AUTH_AUTO_INITIATE: true AUTH_AUTO_INITIATE: true
# Set the display name to be shown on the login button. # Set the display name to be shown on the login button.
# (Login with <name>) # (Login with <name>)
SAML2_NAME: authentik2 SAML2_NAME: authentik
# Name of the attribute which provides the user's email address # Name of the attribute which provides the user's email address
SAML2_EMAIL_ATTRIBUTE: email SAML2_EMAIL_ATTRIBUTE: email
# Name of the attribute to use as an ID for the SAML user. # Name of the attribute to use as an ID for the SAML user.

View File

@ -2,7 +2,7 @@ version: '2'
services: services:
docker_mon: docker_mon:
image: philhawthorne/ha-dockermon image: philhawthorne/ha-dockermon:latest
restart: always restart: always
volumes: volumes:

View File

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