You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2024. It is now read-only.
# 도커 컴포즈 파일을 명시(-f)한 파일 기반으로 백그라운드(-d)로 러닝(up)시켜라. 만약 빌드가 필요하다면 빌드하라(--build)
docker-compose -f docker-compose.yml up -d --build
docker-compose -f docker-compose.yml down