Skip to content

Commit f7cd206

Browse files
Merge pull request #44 from matrix-org/SimonBrandner/fix/docker-typo
2 parents 31c2927 + fd428f0 commit f7cd206

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ from the MSC.
4747

4848
## Docker
4949

50-
### Building
50+
### Building docker image
5151

5252
In order to build a docker image, run the following in the root directory:
5353

54-
`$ docker build . -t matrix/materwall`
54+
`$ docker build . -t matrix/waterfall`
5555

56-
### Running
56+
### Running docker image
5757

5858
#### Easy Way
5959

@@ -71,8 +71,8 @@ If you're developing locally, you can replace the path to the image with your ow
7171

7272
To run the image from the current directory assuming that there is a `config.yaml`:
7373

74-
```
75-
$ docker run \
74+
```sh
75+
docker run \
7676
-v $(pwd)/config.yaml:/config.yaml \
7777
--network host \
7878
-it --rm matrix/waterfall \

0 commit comments

Comments
 (0)