mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-17 14:26:18 +00:00
refactor Authelia setup and configuration handling
This commit is contained in:
@@ -27,7 +27,7 @@ services:
|
||||
- caddy_json_export:/caddy_json_export/
|
||||
ports:
|
||||
# Do not directly expose the Django port to the internet, use some kind of reverse proxy with SSL.
|
||||
# - "8000:8000"
|
||||
- "8000:8000"
|
||||
# Warning: Docker will have a hard time handling large amount of ports. Expose only the ports that you need.
|
||||
# Ports for multiple WireGuard instances. (Probably, you just need one)
|
||||
- "51820-51839:51820-51839/udp"
|
||||
|
||||
Reference in New Issue
Block a user