Skip to content

Commit 5219068

Browse files
committed
fix:오타수정
1 parent 354a7ad commit 5219068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ services:
7878
- "8080:8080"
7979
environment:
8080
- SPRING_PROFILES_ACTIVE=prod
81-
- SPRING_MAIL_USERNAME=${MAIL_USERNAME}
82-
- SPRING_MAIL_PASSWORD=${MAIL_PASSWORD}
81+
- SPRING_MAIL_USERNAME=${SPRING_MAIL_USERNAME}
82+
- SPRING_MAIL_PASSWORD=${SPRING_MAIL_PASSWORD}
8383
networks:
8484
- app-network
8585
restart: unless-stopped

0 commit comments

Comments
 (0)