Explorar el Código

Update README.md

Girish Ramakrishnan hace 10 años
padre
commit
2414495fb4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -5,7 +5,7 @@ docker build -t girish/wordpress .
 
 Running
 =======
-docker run -tiP -e MYSQL_URL=<url> -v /tmp/data:/app/data girish/wordpress
+docker run -tiP --link mysql:mysql -e MYSQL_URL=<url> -v /tmp/data:/app/data girish/wordpress
 
 Notes
 =====