https://github.com/anh0701/mysql-compose
file compose mysql
https://github.com/anh0701/mysql-compose
docker-compose mysql
Last synced: about 2 months ago
JSON representation
file compose mysql
- Host: GitHub
- URL: https://github.com/anh0701/mysql-compose
- Owner: anh0701
- License: mit
- Created: 2023-12-21T00:41:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T01:20:46.000Z (about 2 years ago)
- Last Synced: 2024-04-05T02:34:52.777Z (about 2 years ago)
- Topics: docker-compose, mysql
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.org
- License: LICENSE
Awesome Lists containing this project
README
* usage
** Linux
1. Start docker
#+begin_src shell
chmod +x ./run-daemon.sh;
./run-daemon.sh;
#+end_src
2. Create a volume
#+begin_src shell
chmod +x ./cre-vol.sh;
./cre-vol.sh;
#+end_src
3. Create and start containers
#+begin_src shell
chmod +x ./up.sh;
./up.sh;
#+end_src
4. Stop and remove containers, networks
#+begin_src shell
chmod +x ./down.sh;
./down.sh;
#+end_src
5. Quick start
#+begin_src shell
chmod +x ./run.sh;
./run.sh;
#+end_src
** Windows
- run in wsl