Comment out postgres
This commit is contained in:
@@ -44,4 +44,10 @@ docker pull postgres
|
||||
docker run --name local-postgres -e POSTGRES_PASSWORD=mysecretpassword -p 5432:5432 -d postgres
|
||||
docker stop local-postgres
|
||||
docker start local-postgres
|
||||
```
|
||||
|
||||
## Fly Postgres
|
||||
```
|
||||
fly machines list --app <app-name>
|
||||
fly machines start <machine-id> --app <app-name>
|
||||
```
|
||||
Reference in New Issue
Block a user