We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f743e commit 3184622Copy full SHA for 3184622
examples/authentik/docker-compose.yml
@@ -55,7 +55,8 @@ services:
55
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/authentik/media:/media
56
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/authentik/custom-templates:/templates
57
ports:
58
- - 9000:9000/tcp
+ - 9000:9000/tcp # http
59
+ - 9443:9443/tcp # https
60
expose:
61
- 9000
62
- 9443
0 commit comments