mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
versioning.
This commit is contained in:
parent
1d759b75b5
commit
b3d0520d37
@ -5,7 +5,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
webserver:
|
webserver:
|
||||||
image: jonaswinkler/paperless-ng:latest
|
image: jonaswinkler/paperless-ng:0.9
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- broker
|
- broker
|
||||||
|
@ -15,7 +15,7 @@ services:
|
|||||||
POSTGRES_PASSWORD: paperless
|
POSTGRES_PASSWORD: paperless
|
||||||
|
|
||||||
webserver:
|
webserver:
|
||||||
image: jonaswinkler/paperless-ng:latest
|
image: jonaswinkler/paperless-ng:0.9
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
Changelog
|
Changelog
|
||||||
*********
|
*********
|
||||||
|
|
||||||
paperless-ng 1.0
|
paperless-ng 0.9.0
|
||||||
################
|
##################
|
||||||
|
|
||||||
* **Deprecated:** GnuPG. Don't use it. If you're still using it, be aware that it
|
* **Deprecated:** GnuPG. Don't use it. If you're still using it, be aware that it
|
||||||
offers no protection at all, since the passphrase is stored alongside with the
|
offers no protection at all, since the passphrase is stored alongside with the
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = (1, 0, 0)
|
__version__ = (0, 9, 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user