Skip to content

Commit

Permalink
Update docker.md - updated for version 11
Browse files Browse the repository at this point in the history
  • Loading branch information
cboecking committed Jan 11, 2024
1 parent 5074447 commit 2737c3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/basic-installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version: '3.7'

services:
idempiere:
image: idempiereofficial/idempiere:10-daily
image: idempiereofficial/idempiere:11-release
volumes:
- idempiere_config:/opt/idempiere/configuration
- idempiere_plugins:/opt/idempiere/plugins
Expand All @@ -55,6 +55,7 @@ volumes:
idempiere_data:
idempiere_plugins:
idempiere_config:

```

Docker compose:
Expand Down

0 comments on commit 2737c3e

Please sign in to comment.