Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dewasry/yakuse_be
https://github.com/dewasry/yakuse_be
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dewasry/yakuse_be
- Owner: DewaSRY
- Created: 2024-07-30T06:02:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T13:31:16.000Z (4 months ago)
- Last Synced: 2024-11-19T14:35:24.798Z (2 months ago)
- Language: Python
- Size: 4.02 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Docker.md
Awesome Lists containing this project
README
# Docker Info
## to set up mysql on docker
1. run your local docker first.
this stape make sure your docker demon running
and ready to run mysql image
2. run shel command `docker-compose up --watch -d`
to make this stape works you need run the command on the work
directory
which the docker compose file ("compose.yml")file on the root.
this stape use to running the mysql
image on background.
3. after all stape above you already can access the mysql database```mermaid
flowchart LR
markdown["`This **is** _Markdown_`"]
newLines["`Line1
Line 2
Line 3`"]
markdown --> newLines
```