fix: CONTRIBUTING.md and docker-compose.yml

This commit is contained in:
charlesgauthereau
2026-01-06 18:19:25 +01:00
parent 9f17b416cf
commit 2e88291509
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -26,7 +26,7 @@ Please take a moment to review this guide. It will help you understand how to co
2. **Clone the repository**
```bash
git clone https://github.com/Portabase/agent-portabase-rust.git
git clone https://github.com/Portabase/agent-rust.git
```
3. **Set up the development environment**
@@ -35,7 +35,7 @@ Please take a moment to review this guide. It will help you understand how to co
4. **Create a branch**
Use the feature branch to work on changes.
```bash
git checkout -b feature/<feature-name>
git checkout -b feature-<feature-name>
```
---
@@ -72,7 +72,7 @@ If you encounter a bug or have a suggestion for improvement, follow these steps:
3. **Push your branch**
```bash
git push origin feature/<feature-name>
git push origin feature-<feature-name>
```
4. **Open a Pull Request (PR)**
+2 -2
View File
@@ -24,7 +24,7 @@ services:
db:
image: postgres:17-alpine
ports:
- "5413:5432"
- "5432:5432"
volumes:
- postgres-data:/var/lib/postgresql/data
environment:
@@ -37,7 +37,7 @@ services:
db2:
image: mariadb:latest
ports:
- "3313:3306"
- "5432:3306"
environment:
- MYSQL_DATABASE=mariadb
- MYSQL_USER=mariadb