OpenGPT / docker-compose.yml
AchyuthGamer's picture
Update docker-compose.yml
dfc967a
raw history blame
No virus
172 Bytes
version: '1.0'
services:
opengpt:
image: opengpt
container_name: opengpt
build:
context: .
dockerfile: Dockerfile
ports:
- "1338:1338"