Skip to content

Commit

Permalink
chore: 이미지 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
tlarbals824 committed Jul 25, 2023
1 parent 9e9bae1 commit da6d979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ version: '3.8'

services:
mongoDB:
image: mongo:latest
image: mongo
container_name: docker-mongoDB
ports:
- "27017:27017"
environment:
MONGO_INITDB_ROOT_USERNAME: ${MONGO_USERNAME}
MONGO_INITDB_ROOT_PASSWORD: ${MONGO_PASSWORD}

logAnalyzer:
loganalyzer:
image: ${DOCKER_USERNAME}/${DOCKER_REPOSITORY}
container_name: docker-LogAnalyzer
restart: always
Expand Down

0 comments on commit da6d979

Please sign in to comment.