Skip to content

Instantly share code, notes, and snippets.

@jose16-21
Created November 30, 2022 10:03
Show Gist options
  • Save jose16-21/60eac515430643f52cd6abb0dccfa2f7 to your computer and use it in GitHub Desktop.
Save jose16-21/60eac515430643f52cd6abb0dccfa2f7 to your computer and use it in GitHub Desktop.
docker-compose mongo
version: '3.7'
services:
mongo:
image: mongo:latest
container_name: mongo
restart: always
ports:
- 27017:27017
networks:
default:
name: mynetwork
external: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment