Cosmetic changes README.md

This commit is contained in:
evgeniy-antonyuk 2022-12-05 19:13:23 +03:00
parent 10f15ec4d9
commit 1fbe96d33e
1 changed files with 4 additions and 4 deletions

View File

@ -422,7 +422,7 @@ sudo docker run --net onlyoffice -i -t -d --privileged --restart=always --name o
```
Where `${MAIL_SERVER_IP}` is the IP address for **ONLYOFFICE Mail Server**. You can easily get it using the command:
```
docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' onlyoffice-mail-server
MAIL_SERVER_IP=$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' onlyoffice-mail-server)
```
Alternatively, you can use an automatic installation script to install ONLYOFFICE Workspace at once. For the mail server correct work you need to specify its hostname 'yourdomain.com'.