mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
update example
This commit is contained in:
parent
1530de0f8a
commit
ffa687c784
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ docker run -it --rm -p 8080:8080 glimpse-server:latest
|
|||
Use the following to run a temporary PostgreSQL database, (**DO NOT USE IN PRODUCTION**):
|
||||
|
||||
```sh
|
||||
docker run -it --rm -e POSTGRES_USER=user -e POSTGRES_PASSWORD=postgresql -p 5432:5432 postgres
|
||||
docker run -it --rm -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgresql -p 5432:5432 postgres
|
||||
```
|
||||
|
||||
#### Deploy using docker compose
|
||||
|
|
Loading…
Add table
Reference in a new issue