transcripcio-fonetica-catala / docker-compose.yml
PaulNdrei's picture
Dockerfile cmd fix
2ab97af
raw
history blame
207 Bytes
version: '3.9'
services:
fonetica:
build:
context: .
environment:
- GRADIO_SERVER_PORT=7860
- GRADIO_SERVER_NAME=0.0.0.0
restart: unless-stopped
ports:
- 7860:7860