Skip to content

Commit

Permalink
Update docker_compose.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 authored Mar 11, 2024
1 parent d5e2dff commit b9670be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Then, create a folder:
mkdir argilla && cd argilla
```

and launch the docker-contained web app with the following command, after having set a value for the environment variable `ARGILLA_AUTH_SECRET_KEY` (a valid value can be generated with `openssl rand -hex 32`):
and launch the docker-contained web app with the following command, after having set a value for the environment variable `ARGILLA_AUTH_SECRET_KEY`, which can be generated with `openssl rand -hex 32`:

```bash
wget -O docker-compose.yaml https://raw.githubusercontent.com/argilla-io/argilla/main/docker/docker-compose.yaml && docker-compose up -d
Expand Down

0 comments on commit b9670be

Please sign in to comment.