diff --git a/README.md b/README.md index fdd4ab8..e6fda32 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Déploiement de Onlyoffice via docker compose pour le connecter à un nextcloud par exemple -[Site Officiel](https://www.onlyoffice.com/fr/) +![[Site Officiel](https://www.onlyoffice.com/fr)](docs/onlyoffice_logo.png) ## PRE REQUIS :paperclip: @@ -51,6 +51,12 @@ server{ :warning: Attention à renseigner le même HOST_PORT dans le bloc upstream que dans le .env +## UTILISATION :rocket: + +```bash +docker-comose up -d +``` + ### NEXTLOUD LINK :link: - get secret key: @@ -62,17 +68,11 @@ docker exec onlyoffice /var/www/onlyoffice/documentserver/npm/json -f /etc/onlyo ![img1](docs/img1.png) -## UTILISATION :rocket: - -```bash -docker-comose up -d -``` - ## DOCUMENTATION :books: [Documentation Docker](https://helpcenter.onlyoffice.com/fr/installation/docs-community-docker-compose.aspx) -[Documentation](https://helpcenter.onlyoffice.com/fr/installation/docs-index.aspx) +[Documentation Onlyoffice](https://helpcenter.onlyoffice.com/fr/installation/docs-index.aspx) ## TO DO diff --git a/docs/onlyoffice_logo.png b/docs/onlyoffice_logo.png new file mode 100644 index 0000000..67dacf4 Binary files /dev/null and b/docs/onlyoffice_logo.png differ