commit | f7f4b81c1ee47f7c3aa6ba062cd34365168396f8 | [log] [tgz] |
---|---|---|
author | Morgan Richomme <morgan.richomme@orange.com> | Mon Aug 31 07:12:43 2020 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Mon Aug 31 07:12:43 2020 +0000 |
tree | 0865342e53fd4ad4777d1105c25e31a79a373513 | |
parent | a28f21ec8bd7c22aac03e59a933db7958b212fab [diff] | |
parent | b55aef034a150c2a3802f1752fa033f453323897 [diff] |
Merge "remove user to avoid permisson issue"
diff --git a/scripts/policy/docker-compose-drools.yml b/scripts/policy/docker-compose-drools.yml index 974b465..5fc6ef6 100644 --- a/scripts/policy/docker-compose-drools.yml +++ b/scripts/policy/docker-compose-drools.yml
@@ -32,9 +32,8 @@ - 8081 drools: image: nexus3.onap.org:10001/onap/policy-drools:${POLICY_DROOLS_VERSION} - user: 1000:1000 container_name: drools - depends_on: + depends_on: - mariadb - nexus hostname: drools