1 Star 0 Fork 35

bocai/docker-compose

forked from kancy/docker-compose 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose-nexus.yml 449 Bytes
一键复制 编辑 原始数据 按行查看 历史
kancy 提交于 2019-12-19 00:38 . nexus
version: '3'
services:
nexus:
restart: always
#image: sonatype/nexus3:3.17.0
image: sonatype/nexus3
container_name: nexus3
ports:
- 8081:8081
volumes:
- /data/docker_file/nexus/nexus-data:/nexus-data
# 运行前,先执行以下命令,解决权限问题
# mkdir /data/docker_file/nexus/nexus-data && chown -R 200 /data/docker_file/nexus/nexus-data
# https://blog.csdn.net/nklinsirui/article/details/96335635
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bolegecai/docker-compose.git
git@gitee.com:bolegecai/docker-compose.git
bolegecai
docker-compose
docker-compose
master

搜索帮助