retroactiune/docker-compose.yaml

6 lines
No EOL
90 B
YAML

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