retroactiune/docker-compose.yaml

6 lines
90 B
YAML
Raw Permalink Normal View History

version: '3.7'
services:
mongodb:
image: mongo:latest
ports:
- 27017:27017