【微服务架构 - 04 - Nexus】01 基于 Docker 安装 Nexus

我们使用 Docker 来安装和运行 Nexus,docker-compose.yml 配置如下: version: '3.1' services: nexus: restart: always image: sonatype/nexus3 container_name: nexus ports: - 8081:8081 volumes:
相关文章
相关标签/搜索