Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fomalhautb committed Nov 30, 2024
1 parent e0424b2 commit 891fd29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fern/docs/pages/others/self-host.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Stack Auth provides a pre-configured Dockerfile that bundles both the dashboard

Here is an example of how to run the services with Docker:

Get the example environment file [here](https://github.com/stack-auth/stack/tree/dev/docker/server/.env.example). See the full template [here](https://github.com/stack-auth/stack/blob/dev/docker/server/.env).
Get the example environment file [here](https://github.com/stack-auth/stack/tree/dev/docker/server/.env.example) and modify it to your needs. See the full template [here](https://github.com/stack-auth/stack/blob/dev/docker/server/.env).

```sh
# Start a Postgres database
# Start a example Postgres database, don't use this setting in production
docker run -d --name db -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=password -e POSTGRES_DB=stackframe -p 5432:5432 postgres:latest

# Run the Docker container
Expand Down

0 comments on commit 891fd29

Please sign in to comment.