We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f6cec commit 989b395Copy full SHA for 989b395
1 file changed
docker-compose-traefik.yml
@@ -1,8 +1,8 @@
1
version: "3.3"
2
services:
3
mongodb:
4
- #image: "mongo"
5
- image: "mongo:3.6.16"
+ image: "mongo"
+ #image: "mongo:3.6.16"
6
restart: always
7
ports:
8
- "27017:27017"
0 commit comments