mirror of
https://github.com/byulmaru/quesdon
synced 2024-11-27 06:18:02 +09:00
DB 컨테이너의 포트를 닫고 볼륨 연결
This commit is contained in:
parent
abbd3e9c5c
commit
e870d23e5e
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user