Skip to content

Commit 8b4df5d

Browse files
committed
Pin mongo version.
1 parent ee5a68a commit 8b4df5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ services:
1919
- 3000:3000
2020

2121
todo-database:
22-
image: mongo
22+
image: mongo:6
2323
container_name: mongo
2424
#volumes:
2525
# - database:/data/db
2626
ports:
27-
- "27017:27017"
27+
- 27017:27017
2828

2929
#volumes:
3030
#database:

0 commit comments

Comments
 (0)