Skip to content

Commit

Permalink
[fix] docker compose 파일 설정 수정
Browse files Browse the repository at this point in the history
mysql 설정
- 도커 허브에 push한 이미지 풀받아 사용하도록 수정
  • Loading branch information
jo0oy committed Jan 8, 2024
1 parent 632a3d8 commit 65e543d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ networks:
services:
tripcometrue-db:
container_name: tripcometrue-db
build:
context: ./database
dockerfile: Dockerfile
image: jo0oy/tripcometrue-mysql
ports:
- "3307:3306"
environment:
Expand Down

0 comments on commit 65e543d

Please sign in to comment.