File size: 209 Bytes
acb544e
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
version: '3.8'

services:
  llm_guard_api:
    build:
      context: .
      dockerfile: Dockerfile
    ports:
      - "7860:7860"
    volumes:
      - ./config/scanners.yml:/home/user/app/config/scanners.yml