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

Server release v1.6.4

This commit is contained in:
Laurent Cozic 2021-01-04 15:03:36 +00:00
parent 76ff0b9c11
commit e94a1cac1c
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "1.6.3",
"version": "1.6.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "1.6.3",
"version": "1.6.4",
"private": true,
"scripts": {
"start-dev": "nodemon --config nodemon.json dist/app.js --env dev",