rar2zip2 / docker-compose.yml
namelessai's picture
Create docker-compose.yml
f01b4fe verified
raw
history blame contribute delete
278 Bytes
version: '3.8'
services:
rar-to-zip:
build: .
container_name: rar-zip-converter
ports:
- "7860:7860"
volumes:
- ./temp:/tmp/gradio_temp
restart: unless-stopped
environment:
- GRADIO_SERVER_NAME=0.0.0.0
- GRADIO_SERVER_PORT=7860