Skip to content

Squirrel-Network/Nebula_Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smiley face

Nebula Database

Nebula 8+ Database Structure

Create the database with Docker

  • Clone the repository

  • cd /repository

Docker Command

  • 1 - docker build . -t sn/mariadb:10.4.17

  • 2 - docker run -d -e MYSQL_ROOT_PASSWORD=banana -e MYSQL_DATABASE=nebula -v $(pwd)/init/:/docker-entrypoint-initdb.d/ -p 4406:3306 --name ms sn/mariadb:10.4.17

  • Enjoy !

About

Nebula 8+ Database Structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published