version: "3" services: nexus: # restart: always image: sonatype/nexus3 container_name: nexus privileged: true user: root ports: - 8081:8081 volumes: - /docker/Nexus/data:/nexus-data
version: "3" services: nexus: # restart: always image: sonatype/nexus3 container_name: nexus privileged: true user: root ports: - 8081:8081 volumes: - /docker/Nexus/data:/nexus-data