Skip to content

Commit 23a6523

Browse files
authored
Merge pull request #1976 from hangy/patch-1
docs: Fix demo container name
2 parents 34c6024 + 81aff98 commit 23a6523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extras/docker/demo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Then just open <http://localhost:8000> and log in as: **admin**, password **admi
2525

2626
To stop the container:
2727

28-
```sudo docker container stop wger.apache```
28+
```sudo docker container stop wger.demo```
2929

3030
To start developing again:
3131

32-
```sudo docker container start --attach wger.apache```
32+
```sudo docker container start --attach wger.demo```
3333

3434

3535
Building

0 commit comments

Comments
 (0)