mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Reduced port exposure to localhost
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
image: linuxserver/wireguard
|
||||
restart: always
|
||||
ports:
|
||||
- "{{http_port}}:80"
|
||||
- "127.0.0.1:{{http_port}}:80"
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- SYS_MODULE
|
||||
|
Reference in New Issue
Block a user