Browse Source

change docker-compose web service port

oscarleiva 7 năm trước cách đây
mục cha
commit
39faaab988
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      flask_api/docker-compose.yml

+ 1 - 1
flask_api/docker-compose.yml

@@ -6,7 +6,7 @@ services:
     build:
       context: ./web/
     ports:
-      - "8000:8000"
+      - "8001:8001"
 
   nginx:
     restart: always