Skip to content

Commit 3184622

Browse files
authored
Update docker-compose.yml
1 parent f3f743e commit 3184622

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/authentik/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ services:
5555
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/authentik/media:/media
5656
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/authentik/custom-templates:/templates
5757
ports:
58-
- 9000:9000/tcp
58+
- 9000:9000/tcp # http
59+
- 9443:9443/tcp # https
5960
expose:
6061
- 9000
6162
- 9443

0 commit comments

Comments
 (0)