Skip to content

Commit cdfc7fa

Browse files
authored
Update README.md
1 parent 5f79053 commit cdfc7fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ Docker environments where all services are on a single host machine. Managed bas
1212
```bash
1313
git clone https://github.com/LibreCodeCoop/nginx-proxy ~/projects/nginx-proxy
1414
```
15+
* Create an external network, which will receive traffic on ports 80 and 443
16+
```
17+
docker network create reverse-proxy
18+
```
19+
1520
* Launch the application
1621
```bash
1722
cd ~/projects/nginx-proxy

0 commit comments

Comments
 (0)