Update 'docker-compose.yml'

This commit is contained in:
bra1z 2020-01-30 07:12:55 +00:00
parent 18dea07c06
commit f42b77288f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: '3.7'
services:
app:
build: ./
command: streamlit run app/main.py --server.port 8501
command: streamlit run app/main.py --server.port 8501 --browser.gatherUsageStats false --server.enableCORS false
volumes:
- ./:/usr/src/app
ports: