From 2e8829150977b86d0cc1e021e395f8e23e23e875 Mon Sep 17 00:00:00 2001 From: charlesgauthereau Date: Tue, 6 Jan 2026 18:19:25 +0100 Subject: [PATCH] fix: CONTRIBUTING.md and docker-compose.yml --- .github/CONTRIBUTING.md | 6 +++--- docker-compose.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1271f34..6910a4e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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/ + git checkout -b feature- ``` --- @@ -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/ + git push origin feature- ``` 4. **Open a Pull Request (PR)** diff --git a/docker-compose.yml b/docker-compose.yml index e2157ed..14e3725 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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