Skip to content

Commit 6a12205

Browse files
authored
Update README.md
1 parent 430224e commit 6a12205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ W3schools tutorials are available at any time within your local computer.
1111
1. First pull image to your docker images : `docker pull ja7adr/w3schools`
1212
2. Create container from image :
1313

14-
- `docker run -d -p 80:80 --name w3schools w3schools:latest
14+
- `docker run -d -p 80:80 --name w3schools w3schools:latest`
1515
- `docker run -d -p 127.0.0.1:80:80 --name w3schools w3schools:latest`
1616

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

0 commit comments

Comments
 (0)