1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Doc: Fixed server doc

This commit is contained in:
Laurent Cozic 2021-01-04 16:16:09 +00:00
parent e94a1cac1c
commit ec7cccf573

View File

@ -10,9 +10,10 @@ First copy `.env-sample` to `.env` and edit the values in there:
## Install application
```shell
mkdir joplin && cd joplin
wget https://github.com/laurent22/joplin/archive/server-v1.6.4.tar.gz
tar xzvf server-v1.6.4.tar.gz
mv joplin-server-v1.6.4 joplin-server
cd joplin-server
docker-compose --file docker-compose.server.yml up --detach
```