freegpt-webui / docker-compose.yml
monra's picture
Initial commit
aae4949
raw
history blame
190 Bytes
version: '3.5'
services:
chatgpt-clone:
image: chatgpt-clone
container_name: chatgpt-clone
build:
context: .
dockerfile: Dockerfile
ports:
- "1337:1337"