Browse Source

change docker-compose web service port

oscarleiva 7 years ago
parent
commit
39faaab988
1 changed files with 1 additions and 1 deletions
  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