Configure Nginx Reverse Proxy for Netbird Forwarding

This commit is contained in:
wander 2026-02-07 02:47:42 -05:00
parent 13163d39f7
commit a15bd524a0
2 changed files with 26 additions and 0 deletions

View file

@ -27,6 +27,8 @@ services:
container_name: my-website
restart: unless-stopped
network_mode: host
volumes:
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
# Vanguards Service - Sidecar
vanguards: