Merge branch 'main' of git-ssh.straybits.ca:straybits/docker-samples

This commit is contained in:
Jeff Clement 2024-11-08 11:20:45 -07:00
commit 046ce02c8a
Signed by: jeff
GPG key ID: 3BCB43A3F0E1D7DA

View file

@ -1,3 +1,3 @@
Copy `wg0.conf` to `/etc/wireguard/wg0.config` Copy `wg0.conf` to `/etc/wireguard/wg0.config`
This example works well for forwarding traffic to services running directly on the private server. If your services are running in Docker things get much more complicated because of how Docker handle networking. For that, see the `/public/docker` example. This example works well for forwarding traffic to services running directly on the private server. If your services are running in Docker things get much more complicated because of how Docker handle networking. For that, see the `/public/docker-on-host` example.