root 5 년 전
부모
커밋
1aa3b8d9a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -4,4 +4,4 @@ services:
     env_file: env/.env
     build: .
     ports:
-      - ${PORT}:8888
+      - ${WEB_PORT}:8888