0 Star 0 Fork 0

Zeiy / laradock

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.neo4j.yml 254 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pratik Khanolkar 提交于 2020-05-02 05:13 . Editted neo4j compose.yml
neo4j:
ports:
- '7401:7474'
- '7602:7687'
environment:
- NEO4J_AUTH=none
volumes:
- '/root/neo4j/data:/data'
- '/root/neo4j/logs:/logs'
image: 'neo4j:latest'
1
https://gitee.com/zeiy/laradock.git
git@gitee.com:zeiy/laradock.git
zeiy
laradock
laradock
master

搜索帮助