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:
|
||||
db:
|
||||
image: 'mongo:3.6'
|
||||
ports:
|
||||
- '27017:27017'
|
||||
volumes:
|
||||
- mongo-data:/data/db
|
||||
app:
|
||||
image: 'registry.gitlab.com/byulmaru/quesdon'
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user