diff --git a/apps/chatgpt-ui/docker-compose.yml b/apps/chatgpt-ui/docker-compose.yml index 1e8ddbcd..730b3ab8 100644 --- a/apps/chatgpt-ui/docker-compose.yml +++ b/apps/chatgpt-ui/docker-compose.yml @@ -25,7 +25,7 @@ services: traefik.http.services.chatgpt-ui.loadbalancer.server.port: 80 chatgpt-ui-wsgi-server: - image: wongsaang/chatgpt-ui-wsgi-server:v2.4.4 + image: wongsaang/chatgpt-ui-wsgi-server:v2.5.1 container_name: chatgpt-ui-wsgi-server environment: - APP_DOMAIN=${INTERNAL_IP}:8201