Skip to content

Commit

Permalink
update md
Browse files Browse the repository at this point in the history
  • Loading branch information
aircjm committed Sep 12, 2024
1 parent 53a5939 commit b687e11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ docker run -it --name limon-mysql -p 3306:3306 -v /d/dockerDrive/mysql:/app -e M

1. **Deploy Using Docker**:
```bash
<<<<<<< HEAD
docker run -d -p 8080:8080 --name limon-backend-container limon-backend
=======
docker run -d -p 8080:8080 --name limon-server-container limon-server
>>>>>>> e35999d (update md)
```

2. **Configure Database**:
Expand Down Expand Up @@ -98,4 +102,4 @@ docker exec -i limon-mysql mysql -u root --password=root limon < backup.sql

## License

This project is licensed under the MIT License. Full license details can be found in the [LICENSE](https://github.com/aircjm/limon/blob/master/LICENSE) file.
This project is licensed under the MIT License. Full license details can be found in the [LICENSE](https://github.com/aircjm/limon/blob/master/LICENSE) file.

0 comments on commit b687e11

Please sign in to comment.