diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2eb27e340d..322f93b478 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,7 @@ Right now, we are in the process of building the prototype. We warmly welcome yo Create pull requests (PRs) for changes that you think are needed. We would really appreciate your help! Skills with the following would be beneficial: + - Python - FastAPI - Javascript diff --git a/docker-compose.yml b/docker-compose.yml index cf1a3b6f75..228f66a1fe 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -192,7 +192,7 @@ services: volumes: - fmtm_data:/mnt/data ports: - - 9000:9000 + - 9000:9000 - 9090:9090 networks: - fmtm-dev