Skip to content

Commit

Permalink
fix docker port redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrenda committed Jun 13, 2019
1 parent 6609ef6 commit 56aaa4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/aws_utils/remote_setup.sh
Expand Up @@ -24,8 +24,8 @@ sudo docker run -dit \
-v /home/ec2-user/ithemal:/home/ithemal/ithemal \
-e ITHEMAL_HOME=/home/ithemal/ithemal \
-p 8888:8888 \
-p 5000:80 \
-p 5443:443 \
-p 80:5000 \
-p 443:5443 \
"${IMAGE_ID}"

sudo docker exec -u ithemal ithemal bash -lc '/home/ithemal/ithemal/build_all.sh'
Expand Down

0 comments on commit 56aaa4e

Please sign in to comment.