Update authelia/docker-compose.yml
This commit is contained in:
@@ -6,8 +6,8 @@ services:
|
|||||||
container_name: authelia
|
container_name: authelia
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/disk/authelia/config:/config
|
- /mnt/disk/authelia/config:/config
|
||||||
# networks:
|
networks:
|
||||||
# - caddy_net
|
- jda_net
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
ports:
|
ports:
|
||||||
@@ -25,8 +25,8 @@ services:
|
|||||||
container_name: redis
|
container_name: redis
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/disk/authelia/redis:/data
|
- /mnt/disk/authelia/redis:/data
|
||||||
# networks:
|
networks:
|
||||||
# - caddy_net
|
- jda_net
|
||||||
expose:
|
expose:
|
||||||
- 6379
|
- 6379
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -34,6 +34,6 @@ services:
|
|||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
|
|
||||||
|
|
||||||
#networks:
|
networks:
|
||||||
# caddy_net:
|
jda_net:
|
||||||
# external: true
|
external: true
|
||||||
Reference in New Issue
Block a user