mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
a handy script that brings up postgres and redis
This commit is contained in:
parent
5d0434fd03
commit
4c5400e28a
2
scripts/start_services.sh
Executable file
2
scripts/start_services.sh
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
docker run -p 5432:5432 -v paperless_pgdata:/var/lib/postgresql/data -d postgres:13
|
||||||
|
docker run -d -p 6379:6379 redis:latest
|
Loading…
x
Reference in New Issue
Block a user