Skip to content

Commit 4e1ae05

Browse files
committed
upgrade backend deps
1 parent 7d2a6b8 commit 4e1ae05

5 files changed

Lines changed: 8850 additions & 12844 deletions

File tree

back/docker-compose.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
version: '3'
1+
version: '3.8'
22
services:
33
mongodb-codepaster:
44
container_name: mongodb-codepaster
5-
image: mongo:4.2.10
5+
image: mongo:6
66
ports:
7-
- '27017:27017'
7+
- '27017:27017'
8+
networks:
9+
- codepaster
10+
11+
networks:
12+
codepaster:

0 commit comments

Comments
 (0)