You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for N in 1 2 3 4
do docker run -d --name=mysql$N --hostname=mysql$N --net=innodbnet -p330$N:33006 \
-v $PWD/d$N:/var/lib/mysql \
-e MYSQL_ROOT_PASSWORD=root mysql/mysql-server:8.0
done
Good day, please what is the best way to add volume and publish port. I see that is left out.
The text was updated successfully, but these errors were encountered: