mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-14 13:22:18 +08:00
feat:更新next-terminal
This commit is contained in:
parent
784c8ac443
commit
f45b8ba978
@ -1,16 +1,5 @@
|
||||
version: '3'
|
||||
services:
|
||||
nt-guacd:
|
||||
container_name: ${CONTAINER_NAME}-guacd
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
volumes:
|
||||
- "${DATA_PATH}:/usr/local/next-terminal/data"
|
||||
image: dushixiang/guacd:1.5.3
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
next-terminal:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
@ -32,6 +21,17 @@ services:
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
nt-guacd:
|
||||
container_name: ${CONTAINER_NAME}-guacd
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
volumes:
|
||||
- "${DATA_PATH}:/usr/local/next-terminal/data"
|
||||
image: dushixiang/guacd:1.5.4
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
Loading…
Reference in New Issue
Block a user