1. deploy the image
docker run --name mongodb-web --restart=always --link mongodb:mongo -p 8081:8081 -d mongo-express:latest
2.add firewall rule, e.g.:
firewall-cmd --add-port=8081/tcp firewall-cmd --add-port=8081/tcp --permanent
3. the address webinterface: http://host:8081