Skip to content

Commit 74f2e04

Browse files
committed
updated oracle setup script
1 parent 978c749 commit 74f2e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectors/oracle/demo/setup_oracle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ db_pwd=Redis123
1515
[[ -z "$db_port" ]] && { echo "Error: Missing database port e.g. 1521"; exit 1; }
1616
#[[ -z "$https_port" ]] && { echo "Error: Missing https port e.g. 5500"; exit 1; }
1717

18-
container_name="oracle-$version-$(hostname)"
18+
container_name="oracle-$version-$(hostname)-$db_port"
1919
# delete the existing container if it exist
2020
sudo docker kill $container_name;sudo docker rm $container_name;
2121

0 commit comments

Comments
 (0)