Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Oct 24, 2024
1 parent f3f743e commit 3184622
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/authentik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3184622

Please sign in to comment.