multilang-asr-transcriber / docker-compose.yml
marquesafonso's picture
change port to 7860; add server_name 0.0.0.0
f4a9639
raw
history blame contribute delete
133 Bytes
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "7860:7860"
volumes:
- .:/app