mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
docker: typos in the readme
This commit is contained in:
parent
7e44dc569b
commit
dd164decbd
1 changed files with 2 additions and 2 deletions
|
@ -64,10 +64,10 @@ docker build --build-arg ETHERPAD_PLUGINS="ep_codepad ep_author_neat" --tag <YOU
|
|||
|
||||
To run your instance:
|
||||
```bash
|
||||
docker run --detach --publish <DESIDERED_PORT>:9001 <YOUR_USERNAME>/etherpad
|
||||
docker run --detach --publish <DESIRED_PORT>:9001 <YOUR_USERNAME>/etherpad
|
||||
```
|
||||
|
||||
And point your browser to `http://<YOUR_IP>:<DESIDERED_PORT>`
|
||||
And point your browser to `http://<YOUR_IP>:<DESIRED_PORT>`
|
||||
|
||||
# Options available by default
|
||||
|
||||
|
|
Loading…
Reference in a new issue