We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b872cfd commit 055c245Copy full SHA for 055c245
README.md
@@ -95,7 +95,7 @@ Let's build the front end:
95
96
To deploy locally, we need to link to `demo-mysql` and add environmental variables with `-e`:
97
98
- docker run --name my-first-app -d -p 8080:8080 --link demo-mysql:remote-mysql -e MYSQL_USER=root -e MYSQL_PASS=<PASSWORD> -e MYSQL_SERVER=remote-mysql webapp
+ docker run --name my-first-app -d -p 8080:8081 --link demo-mysql:remote-mysql -e MYSQL_USER=root -e MYSQL_PASS=<PASSWORD> -e MYSQL_SERVER=remote-mysql webapp
99
100
Now you can access in your browser at [http://localhost:8080](http://localhost:8080)
101
0 commit comments