Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlawrimore authored Jan 28, 2025
1 parent bc4d1f4 commit a97fdc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source .venv/bin/activate
The scripts will have different requirements for resource access (s3 buckets, Postgres DB, internet, APIs, etc.)

Instead of accessing the centralized Postgres server used for sharing you can deploy one locally using docker:

Instead of accessing the centralized Postgres server used for sharing you can deploy one locally using docker/podman:
```bash
docker compose -f .docker/postgres-compose.yaml up -d
```
Expand Down

0 comments on commit a97fdc9

Please sign in to comment.