https://github.com/rongfengliang/orientdb-docker-compose
orientdb-docker-compose
https://github.com/rongfengliang/orientdb-docker-compose
docker docker-compose orientdb
Last synced: about 2 months ago
JSON representation
orientdb-docker-compose
- Host: GitHub
- URL: https://github.com/rongfengliang/orientdb-docker-compose
- Owner: rongfengliang
- Created: 2019-04-18T05:11:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T05:11:26.000Z (about 7 years ago)
- Last Synced: 2025-02-23T13:59:10.497Z (over 1 year ago)
- Topics: docker, docker-compose, orientdb
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# orientdb with docker-compose running
> with studio mannager config
## how to running
* docker-compose start
```code
docker-compose up -d
```
* access studio ui
> default username && password root dalongdemo if you want to change it
> and may be reconfig some protocol (http ) && listener see [orientdb-server-config.xml](./config/orientdb-server-config.xml)
```code
open http://localhost:2480
```