Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit f8126ffd authored by Zamil Majdy's avatar Zamil Majdy
Browse files

[#140382397] #4 fix port forwarding error

parent 080c6f44
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ fi ...@@ -15,7 +15,7 @@ fi
if [[ -z "$3" ]]; then if [[ -z "$3" ]]; then
ssh=8022 ssh=8022
else else
ssh=$2 ssh=$3
fi fi
echo Running Docker container with name $name echo Running Docker container with name $name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment