Sign inSign up

happylay/nexus3

By happylay

Updated over 6 years ago

通用仓库管理器-哔哩哔哩🍻

Image
0

92

happylay/nexus3 repository overview

哔哩哔哩🍻

访问界面 http://localhost:12020/nexus
用户名:admin
密码:【获取密码,执行--->  cat ./system/data/admin.password 】
使用说明
docker-compose.yml
##########################################################################
#Author : happylay 安徽理工大学
#Created Time : 2020-04-07 17:42
#Environment:nexus3:3.22.0
##########################################################################
version: '3.3'
services:
  nexus:
    image: happylay/nexus3:3.22.0
    container_name: nexus
    restart: always
    environment:
      INSTALL4J_ADD_VM_PARAMS: "-Xms512m -Xmx512m -XX:MaxDirectMemorySize=1g  -Djava.util.prefs.userRoot=/nexus-data/javaprefs"
      NEXUS_CONTEXT: nexus
    ports:
      - "12020:12020"
      - "12021:12021"      
      - "12022:12022"            
    volumes:
      - "./system/data:/nexus-data"
      - "./system/config:/opt/sonatype/nexus/etc"    
更新说明
  1. 2020-04-07 3.22.0版本 修复时区问题,默认端口号12020,新增配置文件持久化功能

Tag summary

Content type

Image

Digest

Size

278.3 MB

Last updated

over 6 years ago

docker pull happylay/nexus3:3.22.0