Tinger 2 years ago
parent
commit
e1b869b072
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -4,7 +4,7 @@ services:
   Ocr:
     build: .
     ports:
-      - "5050:80"
+      - "127.0.0.1:5050:80"
     image: ocr:latest
     container_name: Ocr
     restart: unless-stopped