docker-compose.yml
注意为/usr/local/docker/nexus/data授权读写权限!
version: '3.1'
services:
nexus:
restart: always
image: sonatype/nexus3
container_name: nexus
ports:
- 8081:8081
volumes:
- /usr/local/docker/nexus/data:/nexus-data
个人微信公众,经常更新一些实用的干货:
来源:CSDN
作者:GoslingWu
链接:https://blog.csdn.net/weixin_44204751/article/details/104222097