Skip to content

Commit 84a20fa

Browse files
authored
Update README.md
1 parent 12cd514 commit 84a20fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Where *${NGINX_WEB}* is your proxy container name, which in the original `.env`
171171
or simply run:
172172

173173
```bash
174-
docker run -dit -e VIRTUAL_HOST=your.domain.com --network=webproxy --name test-web httpd:alpine
174+
docker run -dit -e VIRTUAL_HOST=your.domain.com --network=proxy --name test-web httpd:alpine
175175
```
176176

177177
> If you want to test the Let's Encrypt certificate as well use `ssl_test.sh your.domain.com`

0 commit comments

Comments
 (0)