diff options
Diffstat (limited to 'auth/docker')
-rw-r--r-- | auth/docker/drun.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auth/docker/drun.sh b/auth/docker/drun.sh index 4a6b1c77..c6914a09 100644 --- a/auth/docker/drun.sh +++ b/auth/docker/drun.sh @@ -51,7 +51,6 @@ for AAF_COMPONENT in ${AAF_COMPONENTS}; do "cm") PORTMAP="8150:8150" LINKS="--link aaf_cass:cassandra " - LINKS="--link aaf_cass:cassandra " ;; "hello") PORTMAP="8130:8130" |