You've already forked reloading-manager
No changes made
This commit is contained in:
8
backend/README.md
Normal file
8
backend/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
```shell
|
||||
docker run -v $(pwd)/postgres:/var/lib/postgresql/data \
|
||||
-e POSTGRES_DB=loading \
|
||||
-e POSTGRES_PASSWORD=password \
|
||||
--rm --name postgres \
|
||||
-p 5432:5432 \
|
||||
-d scr.siteworxpro.com/library/postgres:17
|
||||
```
|
||||
Reference in New Issue
Block a user