Browse Source

Bind to the loopback interface only to access via reverse proxy

master
jared 1 week ago
parent
commit
ffab6c08b0
  1. 2
      authelia/docker-compose.yml

2
authelia/docker-compose.yml

@ -5,7 +5,7 @@ services:
volumes: volumes:
- /etc/authelia/config:/config - /etc/authelia/config:/config
ports: ports:
- 8080 - "127.0.0.1:8080:8080"
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
disable: true disable: true

Loading…
Cancel
Save