# PROJECT: dolphin # VERSION: 1.0.0 # Author: wangxiang4 # Maven私有库 # https://github.com/sonatype/docker-nexus3 # https://registry.hub.docker.com/r/sonatype/nexus3 # password is kanglai@2023 version: "3" services: nexus: image: sonatype/nexus3:3.58.1 container_name: nexus hostname: nexus restart: always ports: - 7779:8081 volumes: - nexus-data:/nexus-data volumes: nexus-data: {}