Can not to run eventstore using docker

I am already run eventstore by using docker via bellow command:

docker run --name eventstore-node -it -d -p 2113:2113 -p 1113:1113 -e EVENTSTORE_DEV=true -e EVENTSTORE_RUN_PROJECTIONS=All  eventstore/eventstore:latest

and it seems runnig properly. but when I want to connect to it by web UI, i get SSL error

Try running EventStore 20.6 introduced mandatory TLS connection. To overcome this you can run eventstore server with the --dev flag to run in developer mode.