fix portainer paths
This commit is contained in:
parent
ed1707a507
commit
50bd571f79
1 changed files with 5 additions and 5 deletions
|
@ -42,8 +42,8 @@ services:
|
|||
AUTHENTIK_POSTGRESQL__NAME: ${PG_DB:-authentik}
|
||||
AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS}
|
||||
volumes:
|
||||
- ./media:/media
|
||||
- ./custom-templates:/templates
|
||||
- /root/authentik/media:/media
|
||||
- /root/authentik/custom-templates:/templates
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
|
@ -71,9 +71,9 @@ services:
|
|||
user: root
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./media:/media
|
||||
- ./certs:/certs
|
||||
- ./custom-templates:/templates
|
||||
- /root/authentik/media:/media
|
||||
- /root/authentik/certs:/certs
|
||||
- /root/authentik/custom-templates:/templates
|
||||
env_file:
|
||||
- .env
|
||||
depends_on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue