commit | 3505a52ac853c134ecaf40f2977667de8770ec59 | [log] [tgz] |
---|---|---|
author | Instrumental <jonathan.gathman@att.com> | Thu Jan 31 14:49:24 2019 -0600 |
committer | Instrumental <jonathan.gathman@att.com> | Thu Jan 31 14:55:13 2019 -0600 |
tree | 8c165da9aa66f205fc2c1117b4c2217efb680a26 | |
parent | 168005a073b1ae83cb3415bcc74db925915e9b3d [diff] [blame] |
Implement public private locator Issue-ID: AAF-723 Change-Id: Ib5507ccaab0b7e565c98a16733d1b42dfb608095 Signed-off-by: Instrumental <jonathan.gathman@att.com>
diff --git a/auth/docker/drun.sh b/auth/docker/drun.sh index cdd8b3c..3266076 100644 --- a/auth/docker/drun.sh +++ b/auth/docker/drun.sh
@@ -71,7 +71,7 @@ ;; "fs") PUBLISH="--publish 80:8096" - LINKS="" + LINKS="--link aaf-locate" CMD_LINE="cd /opt/app/aaf && /bin/bash bin/pod_wait.sh aaf-fs aaf-locate && exec bin/fs" ;; "hello")