Sfoglia il codice sorgente

fix docker command in readme.md per pull request 646 (thx stevietv)

Jason Rivard 3 anni fa
parent
commit
0700ed89b3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -120,7 +120,7 @@ docker load --input=pwm-docker-image-v2.0.0.tar
 1. Create docker image named _mypwm_, map to the server's 8443 port, and set the config volume to use the server's
 1. Create docker image named _mypwm_, map to the server's 8443 port, and set the config volume to use the server's
 local file system _/home/user/pwm-config_ folder:
 local file system _/home/user/pwm-config_ folder:
 ```
 ```
-docker create --name mypwm -p '8443:8443' pwm/pwm-webapp -v '/config:/home/user/pwm-config
+docker create --name mypwm -p '8443:8443' pwm/pwm-webapp -v '/config:/home/user/pwm-config'
 ```
 ```
 
 
 1. Start the _mypwm_ container:
 1. Start the _mypwm_ container: