services: nexus3: container_name: nexus3 image: harbor.uenpay.com/base/nexus3:3.42.0 network_mode: "host" restart: always user: root environment: - JAVA_OPTS=-Duser.timezone=Asia/Shanghai - RUN_AS_USER=root volumes: - /data/nexus3/data:/nexus-data