1
0

doc: typo

This commit is contained in:
Nicolas Duchon 2021-04-05 21:27:53 +02:00 committed by GitHub
parent a1440194ea
commit ddb6ebd8a4
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,6 @@ $ docker run --detach \
--name nginx-proxy \ --name nginx-proxy \
--publish 80:80 \ --publish 80:80 \
--publish 443:443 \ --publish 443:443 \
--name nginx \
--volume conf:/etc/nginx/conf.d \ --volume conf:/etc/nginx/conf.d \
--volume vhost:/etc/nginx/vhost.d \ --volume vhost:/etc/nginx/vhost.d \
--volume html:/usr/share/nginx/html \ --volume html:/usr/share/nginx/html \