Skip to content

Commit 0f0d317

Browse files
Update README.md
Typo and code block formatting
1 parent b943c49 commit 0f0d317

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,22 @@ Udacity course on data science.
4343
### Docker
4444
* Customize the `.env.example` and rename to `.env`
4545
* General commands
46-
```bash
47-
# build image locally
48-
docker-compose build --pull --no-cache
46+
```bash
47+
# build image locally
48+
docker-compose build --pull --no-cache
4949
50-
# start container
51-
docker-compose up -d
50+
# start container
51+
docker-compose up -d
5252
53-
# stop container
54-
docker-compose stop
53+
# stop container
54+
docker-compose stop
5555
56-
# remove container and network
57-
docker-compose down
58-
```
56+
# remove container and network
57+
docker-compose down
58+
```
5959

6060
### Both
61-
* Open a browser and navigate to `http://127.0.0.1:888`
61+
* Open a browser and navigate to `http://127.0.0.1:8888`
6262
* Docker uses the token specified in `.env`
6363
* Select the "python3.10.7" kernel if asked
6464
* Open `refactor-wine-quality.ipynb` from the left-hand column

0 commit comments

Comments
 (0)