mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04: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:
|
To run your instance:
|
||||||
```bash
|
```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
|
# Options available by default
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue