docker-compose.yml配置
version: '3'
services:
nexus:
image: sonatype/nexus3:latest
restart: always
container_name: nexus
ports:
- 8081:8081
volumes:
- ./nexus-data:/nexus-data:rw
version: '3'
services:
nexus:
image: sonatype/nexus3:latest
restart: always
container_name: nexus
ports:
- 8081:8081
volumes:
- ./nexus-data:/nexus-data:rw