Configure Nginx Reverse Proxy for Netbird Forwarding
This commit is contained in:
parent
13163d39f7
commit
a15bd524a0
2 changed files with 26 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue