mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-25 12:48:49 +08:00
feat: tailchat 升级版本到 1.8.2 (#210)
This commit is contained in:
parent
30c2762125
commit
440d7628e9
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user