• This project
    • Loading...
  • Sign in

201side / floater

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 3
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • floater
  • docker-compose.yml
  • robin*'s avatar
    MongoDB 실행용 compose 추가 · 22fe3115
    22fe3115
    robin* authored 2020-12-04 23:46:12 +0900
docker-compose.yml 84 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
version: '3'
services:
  db:
    image: 'mongo:3.6'
    ports:
      - '27017:27017'