Skip to content

Commit

Permalink
Removed or
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jun 21, 2021
1 parent 4d7e7c5 commit 430224e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +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`
or
- `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 430224e

Please sign in to comment.