1
0
Эх сурвалжийг харах

Use correct image name in the command to test the haproxy config file (#759)

Kat 9 жил өмнө
parent
commit
9e969b517a
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      haproxy/content.md

+ 1 - 1
haproxy/content.md

@@ -32,7 +32,7 @@ $ docker build -t my-haproxy .
 ## Test the configuration file
 
 ```console
-$ docker run -it --rm --name haproxy-syntax-check haproxy:1.5 haproxy -c -f /usr/local/etc/haproxy/haproxy.cfg
+$ docker run -it --rm --name haproxy-syntax-check my-haproxy haproxy -c -f /usr/local/etc/haproxy/haproxy.cfg
 ```
 
 ## Run the container