diff --git a/README.md b/README.md index ed6cb008..8484199e 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Welcome to the Open Science Framework's base server for addon integration with o ## Setting up GravyValet Locally -1. Start your PostgreSQL and Django containers with `docker-compose up -d`. -2. Enter the Django container: `docker exec addon_service /bin/bash`. +1. Start your PostgreSQL and Django containers with `docker compose up -d`. +2. Enter the Django container: `docker compose exec addon_service /bin/bash`. 3. Migrate the existing models: `python3 manage.py migrate`. 4. Visit [http://0.0.0.0:8004/](http://0.0.0.0:8004/).