Browse Source

Update port to avoid bypassing firewall

master
jared 1 week ago
parent
commit
497b3bd516
  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:8080 - 8080
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
disable: true disable: true

Loading…
Cancel
Save