This is an automated email from the ASF dual-hosted git repository.
danwatford pushed a commit to branch docker-experimental
in repository https://gitbox.apache.org/repos/asf/ofbiz-tools.git
The following commit(s) were added to refs/heads/docker-experimental by this
push:
new 01f5822 Improved: Use plugins container image for exp3 demo site
(OFBIZ-12757)
01f5822 is described below
commit 01f58223891b9ca66b20fd0cce5f3d46f167236c
Author: Daniel Watford <[email protected]>
AuthorDate: Sat Mar 4 19:20:10 2023 +0000
Improved: Use plugins container image for exp3 demo site (OFBIZ-12757)
---
demo-backup/ofbizdocker/home/ofbizdocker/exp3/docker-compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/demo-backup/ofbizdocker/home/ofbizdocker/exp3/docker-compose.yml
b/demo-backup/ofbizdocker/home/ofbizdocker/exp3/docker-compose.yml
index c10ac10..7fef262 100644
--- a/demo-backup/ofbizdocker/home/ofbizdocker/exp3/docker-compose.yml
+++ b/demo-backup/ofbizdocker/home/ofbizdocker/exp3/docker-compose.yml
@@ -14,7 +14,7 @@ services:
- ofbiz-postgres.env
ofbiz:
- image: ghcr.io/apache/ofbiz:experimental-docker-branch-snapshot
+ image: ghcr.io/apache/ofbiz:experimental-docker-branch-plugins-snapshot
mem_limit: 1600M
memswap_limit: 1600M
cpu_shares: 200