Skip to content

Commit 9221826

Browse files
committed
rm remove after edit
1 parent b6b2c4f commit 9221826

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

samples/jupyter-postgres/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ This sample shows you how to spin up a postgres database and a Jupyter notebook
1515
To run the application locally, you can use the following command:
1616

1717
```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
18+
docker compose -f compose.dev.yaml up --build
2019
```
2120

2221
## Configuration

0 commit comments

Comments
 (0)