@@ 328,7 328,7 @@ Stop the damn service and update the repository:
Run the database:
- docker-compose up -d db
+ docker-compose -f server.yml up -d db
Import the new function into the database (you will be asked for the password
stored in `.env` file):
@@ 338,7 338,7 @@ stored in `.env` file):
Stop the database container:
- docker-compose down
+ docker-compose -f server.yml down
Finally, there is no need to build the database container again. The database
is created only once anyway. However, `server`, `client`, and `manager` need to