]> Untitled Git - proxy.git/commitdiff
Added readme
authorClifton Palmer <clifton.james.palmer@protonmail.com>
Thu, 19 Jan 2023 12:21:30 +0000 (06:21 -0600)
committerClifton Palmer <clifton.james.palmer@protonmail.com>
Thu, 19 Jan 2023 12:21:30 +0000 (06:21 -0600)
readme.txt [new file with mode: 0644]

diff --git a/readme.txt b/readme.txt
new file mode 100644 (file)
index 0000000..9782c06
--- /dev/null
@@ -0,0 +1,5 @@
+My nginx server for managing my web stuff. Needs a proxy overlay network that all the web stuff sits on:
+
+```
+docker network create --attachable --driver overlay proxy
+```