Update README.md
This commit is contained in:
parent
9fe7359da5
commit
d6ecc5fb2d
1 changed files with 3 additions and 3 deletions
|
@ -31,10 +31,10 @@ then check /target/release for the binary named `SimpleGit`
|
||||||
```bash
|
```bash
|
||||||
docker build --build-arg API_URL=http://localhost:8080 -t simplelink .
|
docker build --build-arg API_URL=http://localhost:8080 -t simplelink .
|
||||||
docker run -p 8080:8080 \
|
docker run -p 8080:8080 \
|
||||||
-e JWT_SECRET=change-me-in-production \
|
-e JWT_SECRET=change-me-in-production \
|
||||||
-e DATABASE_URL=postgres://user:password@host:port/database \
|
-v simplelink_data:/data \
|
||||||
simplelink
|
simplelink
|
||||||
```
|
```
|
||||||
|
|
||||||
### From Docker Compose
|
### From Docker Compose
|
||||||
Adjust the included docker-compose.yml to your liking, it includes a postgres config as well.
|
Adjust the included docker-compose.yml to your liking; it includes a postgres config as well.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue