user 6 năm trước cách đây
mục cha
commit
53d731b1f7
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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"