File size: 324 Bytes
947c08e
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
version: "3.8"
services:
  manga_image_translator:
    image: zyddnys/manga-image-translator:main
    container_name: manga_image_translator_cpu
    command: --verbose --log-web --mode web --use-inpainting --host=0.0.0.0 --port=5003
    volumes:
      - ./../../result:/app/result
    ports:
      - 5003:5003
    ipc: host