1
0
mirror of https://github.com/byulmaru/quesdon synced 2024-11-27 06:18:02 +09:00

DB 컨테이너의 포트를 닫고 볼륨 연결

This commit is contained in:
robin* 2018-09-14 11:57:31 +09:00
parent abbd3e9c5c
commit e870d23e5e

View File

@ -2,8 +2,8 @@ version: '3'
services: services:
db: db:
image: 'mongo:3.6' image: 'mongo:3.6'
ports: volumes:
- '27017:27017' - mongo-data:/data/db
app: app:
image: 'registry.gitlab.com/byulmaru/quesdon' image: 'registry.gitlab.com/byulmaru/quesdon'
ports: ports: