pinned joplin server to certain version
This commit is contained in:
parent
f67dd24223
commit
e3d70c53dd
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ services:
|
||||||
- POSTGRES_DB=${POSTGRES_DATABASE}
|
- POSTGRES_DB=${POSTGRES_DATABASE}
|
||||||
|
|
||||||
joplin:
|
joplin:
|
||||||
image: joplin/server:latest
|
image: joplin/server:2.14.2-beta
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue