We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f79053 commit cdfc7faCopy full SHA for cdfc7fa
README.md
@@ -12,6 +12,11 @@ Docker environments where all services are on a single host machine. Managed bas
12
```bash
13
git clone https://github.com/LibreCodeCoop/nginx-proxy ~/projects/nginx-proxy
14
```
15
+* Create an external network, which will receive traffic on ports 80 and 443
16
+```
17
+docker network create reverse-proxy
18
19
+
20
* Launch the application
21
22
cd ~/projects/nginx-proxy
0 commit comments