diff options
author | Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com> | 2018-03-13 20:10:04 -0400 |
---|---|---|
committer | Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com> | 2018-03-13 20:10:04 -0400 |
commit | 3c86680e532b959bd637b6c093b3916ae5bcee11 (patch) | |
tree | 4e4f5eaed5f15c063a84b55f76ad629de95ea8ef /distribution/dockermusic | |
parent | ed47d0c5d004b1ce099090100dda6dc1d963782c (diff) |
Docker update and POM fix
Update the docker for cassandra to change ownership of imported files.
Update the POM to fix bug
Numerous bug fixes fro Logging and Error reporting.
Change-Id: I518807f9796734134341ebefd109219050a84b51
Issue-ID: MUSIC-56, MUSIC-57, MUSIC-58
Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
Diffstat (limited to 'distribution/dockermusic')
-rw-r--r-- | distribution/dockermusic/start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distribution/dockermusic/start.sh b/distribution/dockermusic/start.sh index 57b05890..c3763c45 100644 --- a/distribution/dockermusic/start.sh +++ b/distribution/dockermusic/start.sh @@ -40,7 +40,7 @@ docker network create music-net; # Start Cassandra docker run -d --rm --name music-db --network music-net \ -p "7000:7000" -p "7001:7001" -p "7199:7199" -p "9042:9042" -p "9160:9160" \ --e CASSNAME=${CASS_USERNAME} \ +-e CASSUSER=${CASS_USERNAME} \ -e CASSPASS=${CASS_PASSWORD} \ ${CASS_IMG}; |