user 6 년 전
부모
커밋
53d731b1f7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docker-compose.yml

+ 2 - 2
docker-compose.yml

@@ -4,8 +4,8 @@ services:
 
   nginx:
     container_name: vtn-nginx
-    ports: 
-      - 44443:443
+    ports:
+      - 443:443
     image: nginx:latest
     volumes:
       - "./nginx.conf:/etc/nginx/conf.d/default.conf"