diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2020-08-31 07:12:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-31 07:12:43 +0000 |
commit | f7f4b81c1ee47f7c3aa6ba062cd34365168396f8 (patch) | |
tree | 0865342e53fd4ad4777d1105c25e31a79a373513 /scripts | |
parent | a28f21ec8bd7c22aac03e59a933db7958b212fab (diff) | |
parent | b55aef034a150c2a3802f1752fa033f453323897 (diff) |
Merge "remove user to avoid permisson issue"
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/policy/docker-compose-drools.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/policy/docker-compose-drools.yml b/scripts/policy/docker-compose-drools.yml index 974b465f..5fc6ef67 100644 --- a/scripts/policy/docker-compose-drools.yml +++ b/scripts/policy/docker-compose-drools.yml @@ -32,9 +32,8 @@ services: - 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 |