mirror of https://github.com/Aidaho12/haproxy-wi
docs: fix typo Doker -> Docker
parent
92d9b5639a
commit
a89c3afc22
|
@ -70,7 +70,7 @@ For Apache do virtualhost with cgi-bin. Like this:
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
```
|
```
|
||||||
# Doker
|
# Docker
|
||||||
```
|
```
|
||||||
docker service create --detach=false --name haproxy-wi --mount type=volume,src=haproxy-wi,dst=/var/www/haproxy-wi/app -p 8080:80 aidaho/haproxy-wi
|
docker service create --detach=false --name haproxy-wi --mount type=volume,src=haproxy-wi,dst=/var/www/haproxy-wi/app -p 8080:80 aidaho/haproxy-wi
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue