File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,9 +180,9 @@ if ! docker images $REPO | grep -q $TAG; then
180180fi
181181
182182if [ -n " $NOMYMAP " ]; then
183- docker run -ti -p 8000: $PORT -v $HOME :/home/$WHO -e USER=$WHO -e DATADIR=${parent# $HOME / } /data -e CWD=${PWD# $HOME / } -e TAG=$TAG $REPO :$TAG
183+ docker run -ti -p $PORT :8000 -v $HOME :/home/$WHO -e USER=$WHO -e DATADIR=${parent# $HOME / } /data -e CWD=${PWD# $HOME / } -e TAG=$TAG $REPO :$TAG
184184else
185- docker run -ti -p 8000: $PORT -v $HOME :/home/$WHO -v $MYSQLDIR :/var/lib/mysql -e USER=$WHO -e DATADIR=${parent# $HOME / } /data -e CWD=${PWD# $HOME / } -e TAG=$TAG $REPO :$TAG
185+ docker run -ti -p $PORT :8000 -v $HOME :/home/$WHO -v $MYSQLDIR :/var/lib/mysql -e USER=$WHO -e DATADIR=${parent# $HOME / } /data -e CWD=${PWD# $HOME / } -e TAG=$TAG $REPO :$TAG
186186fi
187187
188188echo " "
You can’t perform that action at this time.
0 commit comments