feat: tailchat 升级版本到 1.8.2 (#210)

This commit is contained in:
zhengkunwang223 2023-07-07 17:13:23 +08:00 committed by GitHub
parent 30c2762125
commit 440d7628e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ services:
tailchat: tailchat:
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: unless-stopped restart: unless-stopped
image: "moonrailgun/tailchat:1.8.2" image: moonrailgun/tailchat:1.8.2
networks: networks:
- 1panel-network - 1panel-network
environment: environment:
@ -22,7 +22,7 @@ services:
- SECRET=${SECRET} - SECRET=${SECRET}
- API_URL=${API_URL} - API_URL=${API_URL}
ports: ports:
- "${PANEL_APP_PORT_HTTP}:11000" - ${PANEL_APP_PORT_HTTP}:11000
labels: labels:
createdBy: "Apps" createdBy: "Apps"