Skip to content

Commit 4691572

Browse files
authored
part12b - highlight changed line
While syntactic difference might be small, semantically it's pretty significant, and it's easy to miss this change, so I think it's important to highlight it.
1 parent 77a3759 commit 4691572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/12/en/part12b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ services:
560560
MONGO_INITDB_DATABASE: the_database
561561
volumes:
562562
- ./mongo/mongo-init.js:/docker-entrypoint-initdb.d/mongo-init.js
563-
- mongo_data:/data/db
563+
- mongo_data:/data/db # highlight-line
564564

565565
volumes: # highlight-line
566566
mongo_data: # highlight-line

0 commit comments

Comments
 (0)