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:
- /etc/authelia/config:/config
ports:
- 8080:8080
- 8080
restart: unless-stopped
healthcheck:
disable: true

Loading…
Cancel
Save