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:
db:
image: 'mongo:3.6'
ports:
- '27017:27017'
volumes:
- mongo-data:/data/db
app:
image: 'registry.gitlab.com/byulmaru/quesdon'
ports: