We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978c749 commit 74f2e04Copy full SHA for 74f2e04
connectors/oracle/demo/setup_oracle.sh
@@ -15,7 +15,7 @@ db_pwd=Redis123
15
[[ -z "$db_port" ]] && { echo "Error: Missing database port e.g. 1521"; exit 1; }
16
#[[ -z "$https_port" ]] && { echo "Error: Missing https port e.g. 5500"; exit 1; }
17
18
-container_name="oracle-$version-$(hostname)"
+container_name="oracle-$version-$(hostname)-$db_port"
19
# delete the existing container if it exist
20
sudo docker kill $container_name;sudo docker rm $container_name;
21
0 commit comments