admin_url = "http://%s:%d" % (
            docker_ip,
            int(docker_services("port admin 8000").split(":")[-1]),