Fix typo in Docker documentation
This commit is contained in:
parent
78610b0a97
commit
2237def25d
|
|
@ -12,7 +12,7 @@ Build your own Docker image
|
|||
From your kanboard directory run the following command:
|
||||
|
||||
```bash
|
||||
docker build -t youruser\kanboard:master .
|
||||
docker build -t youruser/kanboard:master .
|
||||
```
|
||||
|
||||
To run your image in background on the port 80:
|
||||
|
|
@ -38,6 +38,8 @@ Run the image:
|
|||
docker run -d --name kanboard -p 80:80 -t kanboard/kanboard:master
|
||||
```
|
||||
|
||||
Note: This image is not necessary up to date
|
||||
|
||||
Store your data on a volume
|
||||
---------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue