Removed cert exports directory on worker
Removed cert exports read only directory on worker to prevent confusion. Adding in signed certs should not be an intro step.
This commit is contained in:
parent
2463b5449a
commit
d70a80a2bb
1 changed files with 0 additions and 1 deletions
|
@ -184,7 +184,6 @@ services:
|
|||
- traefik
|
||||
volumes:
|
||||
- "$DOCKERDIR/apps/authentik/media:/media"
|
||||
- "$DOCKERDIR/apps/traefik/cert_export:/certs:ro"
|
||||
- "$DOCKERDIR/apps/authentik/custom-templates:/templates"
|
||||
- "$DOCKERDIR/apps/authentik/geoip/data:/geoip"
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue