Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Update postgres image versions
  • Loading branch information
TehAwol authored Dec 15, 2023
1 parent 2ac2ac7 commit d653290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wegas-runtime/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ brew install --cask docker

#### Install
```shell
docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=<YOUR_PASSWORD> --name wegas_postgres -d postgres:11-alpine
docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=<YOUR_PASSWORD> --name wegas_postgres -d postgres:14-alpine
```

##### 2
```shell
docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=1234 -e POSTGRES_USER=user -e POSTGRES_DB=wegas_dev --name wegas_postgres -d postgres:11-alpine
docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=1234 -e POSTGRES_USER=user -e POSTGRES_DB=wegas_dev --name wegas_postgres -d postgres:14-alpine
```

#### Configure
Expand Down

0 comments on commit d653290

Please sign in to comment.