version: '3'
services:
chatgpt-plus-go:
image: joinsunsoft/chatgpt-plus-go:v3.0.4
container_name: chatgpt-plus-go
restart: always
environment:
- DEBUG=false
- CONFIG_FILE=config.toml
ports:
- "5678:5678"
volumes:
- ./conf/config.toml:/var/www/app/config.toml
- ./static:/var/www/app/static
conf see
https://github.com/inthirties/chatgpt-plus/blob/main/docker/conf/config.toml
Content type
Image
Digest
sha256:753301178…
Size
20.2 MB
Last updated
about 3 years ago
docker pull joinsunsoft/chatgpt-plus-go:v3.0.4