Skip to content

Commit

Permalink
docs: fix trailing quote. (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
thruflo committed Jun 13, 2024
1 parent 7b4b8d4 commit 326c68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart/_setup_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Run the Electric sync service using Docker, for example:
docker pull electricsql/electric:latest
docker run \
-e "DATABASE_URL=postgresql://..." \
-e "DATABASE_REQUIRE_SSL=false \
-e "DATABASE_REQUIRE_SSL=false" \
-e "ELECTRIC_WRITE_TO_PG_MODE=direct_writes" \
-e "PG_PROXY_PASSWORD=..." \
-e "AUTH_MODE=insecure" \
Expand Down

0 comments on commit 326c68c

Please sign in to comment.