Skip to content

Commit

Permalink
Update docker.md - update docker run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
cboecking authored Jan 11, 2024
1 parent 2737c3e commit 8a04e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/basic-installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ The purpose of this page is to help you get iDempiere up and running with docker
## Docker Quick Start

```shell
docker run -d --name postgres -p 5432:5432 -e POSTGRES_PASSWORD=postgres postgres:13
docker run -d --name postgres -p 5432:5432 -e POSTGRES_PASSWORD=postgres postgres:15
```

```shell
docker run -d --name idempiere -p 8443:8443 --link postgres:postgres idempiereofficial/idempiere:10
docker run -d --name idempiere -p 8443:8443 --link postgres:postgres idempiereofficial/idempiere:11-release
```

## Docker Compose Quick Start
Expand Down

0 comments on commit 8a04e33

Please sign in to comment.