Skip to content

Commit 989b395

Browse files
committed
use latest mongo
1 parent a8f6cec commit 989b395

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose-traefik.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: "3.3"
22
services:
33
mongodb:
4-
#image: "mongo"
5-
image: "mongo:3.6.16"
4+
image: "mongo"
5+
#image: "mongo:3.6.16"
66
restart: always
77
ports:
88
- "27017:27017"

0 commit comments

Comments
 (0)