Skip to content

Commit 23e19e9

Browse files
committed
port 잘못 설정되어 있던거 수정
1 parent 6badb45 commit 23e19e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/db.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const mysql = require('mysql');
22

3-
require("dotenv").config();
3+
// require("dotenv").config();
44

55
const pool = mysql.createPool({
66
connectionLimit: 10,

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
restart: always
1111
image: developaul/docker-nginx
1212
ports:
13-
- "3000:80"
13+
- "80:80"
1414
backend:
1515
image: developaul/docker-backend
1616
container_name: app_backend

0 commit comments

Comments
 (0)