Update docker-compose.yml

This commit is contained in:
LRVT 2024-10-24 20:24:13 +02:00 committed by GitHub
parent f3f743ebb3
commit 31846229c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,8 @@ services:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/authentik/media:/media
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/authentik/custom-templates:/templates
ports:
- 9000:9000/tcp
- 9000:9000/tcp # http
- 9443:9443/tcp # https
expose:
- 9000
- 9443