Skip to content

Commit

Permalink
[release] docker-compose.yml redis hostname 빼기
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeesw committed Sep 15, 2024
1 parent 5ff05c0 commit 32a0f23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ services:
- ./src/main/resources/sql:/docker-entrypoint-initdb.d # src/main/resources/sql 폴더에 있는 script 파일을 컨테이너 내부의 /docker-entrypoint-initdb.d 폴더에 복사

redis-service:
hostname: ${REDIS_HOST}
container_name: redis-container
image: redis:latest
healthcheck:
Expand Down

0 comments on commit 32a0f23

Please sign in to comment.