Sign inSign up

joinsunsoft/chatgpt-plus-vue

By joinsunsoft

Updated about 3 years ago

Image
0

163

joinsunsoft/chatgpt-plus-vue repository overview

docker-compose.yaml

version: '3'

services:

chatgpt-vue:

image: joinsunsoft/chatgpt-plus-vue:v3.0.4

container_name: chatgpt-plus-vue

restart: always

ports:

  - "8080:8080"

volumes:

  - ./logs/nginx:/var/log/nginx

  - ./conf/nginx/conf.d:/etc/nginx/conf.d

  - ./conf/nginx/nginx.conf:/etc/nginx/nginx.conf

  - ./ssl:/etc/nginx/ssl

conf see

https://github.com/inthirties/chatgpt-plus/tree/main/docker/conf/nginx

Tag summary

Content type

Image

Digest

sha256:02ba7d6b5

Size

57.8 MB

Last updated

about 3 years ago

docker pull joinsunsoft/chatgpt-plus-vue:v3.0.4