Skip to content

Commit

Permalink
Merge pull request #219 from supertokens/docker-command-fix
Browse files Browse the repository at this point in the history
fixes docker command
  • Loading branch information
jscyo authored Jan 30, 2024
2 parents 9bd6b9e + 1a4f89e commit 690bdf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/connect-supertokens-to-database/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ For this setup to work, we must connect SuperTokens and PostgreSQL via the host
- Run the SuperTokens docker image with the env var specifying the PostgreSQL connection URI:

```bash
docker run \
docker run \
-p 3567:3567 \
--network=host \
-e POSTGRESQL_CONNECTION_URI="postgresql://supertokens_user:[email protected]:5432/supertokens" \
Expand Down Expand Up @@ -488,7 +488,7 @@ For this setup to work, we must connect SuperTokens and PostgreSQL via the host
- Run the SuperTokens docker image with the env var specifying the PostgreSQL connection URI:

```bash
docker run \
docker run \
-p 3567:3567 \
--network=host \
-e POSTGRESQL_CONNECTION_URI="postgresql://supertokens_user:[email protected]:5432/supertokens" \
Expand Down

0 comments on commit 690bdf1

Please sign in to comment.