Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad authored Jun 21, 2021
1 parent 430224e commit 6a12205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ W3schools tutorials are available at any time within your local computer.
1. First pull image to your docker images : `docker pull ja7adr/w3schools`
2. Create container from image :

- `docker run -d -p 80:80 --name w3schools w3schools:latest
- `docker run -d -p 80:80 --name w3schools w3schools:latest`
- `docker run -d -p 127.0.0.1:80:80 --name w3schools w3schools:latest`

3. Open Browser for access to w3schools from http://127.0.0.1 or http://localhost
Expand Down

0 comments on commit 6a12205

Please sign in to comment.