update
This commit is contained in:
+5
-5
@@ -16,8 +16,8 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
shm_size: 512mb
|
shm_size: 512mb
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- /srv/docker/authentik/data:/data
|
||||||
- ./custom-templates:/templates
|
- /srv/docker/authentik/custom-templates:/templates
|
||||||
worker:
|
worker:
|
||||||
command: worker
|
command: worker
|
||||||
env_file:
|
env_file:
|
||||||
@@ -34,9 +34,9 @@ services:
|
|||||||
user: root
|
user: root
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- ./data:/data
|
- /srv/docker/authentik/data:/data
|
||||||
- ./certs:/certs
|
- /srv/docker/authentik/certs:/certs
|
||||||
- ./custom-templates:/templates
|
- /srv/docker/authentik/custom-templates:/templates
|
||||||
volumes:
|
volumes:
|
||||||
database:
|
database:
|
||||||
driver: local
|
driver: local
|
||||||
|
|||||||
Reference in New Issue
Block a user