We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95799f2 commit 026d706Copy full SHA for 026d706
samples/jupyter-postgres/README.md
@@ -15,8 +15,7 @@ This sample shows you how to spin up a postgres database and a Jupyter notebook
15
To run the application locally, you can use the following command:
16
17
```bash
18
-# This might be `docker compose -f compose.dev.yaml up --build` depending on the project. #REMOVE_ME_AFTER_EDITING
19
-docker compose up --build
+docker compose -f compose.dev.yaml up --build
20
```
21
22
## Configuration
0 commit comments