add apache link to README

This commit is contained in:
Nicolas Guillot 2023-01-09 20:09:16 +01:00 committed by GitHub
parent dc8c825a34
commit 61d6526ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,7 @@ Once tags edited, a little reminder not to forget to synchronize Joplin:
## Installation
Installation is done with docker-compose. The default docker-compose file installs a nginx server with certbot certificates mechanisms, and listens to ports 80 and 443.
If you have your own server, use [docker-compose-joplin-only.yml](https://github.com/joplin-vieweb/joplin-vieweb/blob/main/docker-compose-joplin-only.yml). Have a look to [the containers](#components).
    If your server is apache2, have a look to [this apache configuration procedure](https://github.com/joplin-vieweb/joplin-vieweb/wiki/Install-joplin-vieweb-on-a-local-web-server,-and-access-it-externally-from-a-subdomain-through-apache2).
* Prerequisites: your linux system has docker and docker-compose installed
* Enable docker service at system startup