mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-11 17:47:18 +08:00
chore(9router): 移除旧版本配置,新增0.4.52版本配置
1. 删除v0.4.18版本的data.yml和docker-compose.yml文件 2. 从latest版本的data.yml中移除容器名称配置项 3. 新增9router 0.4.52版本的配置文件
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
9router:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:20128"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- DATA_DIR=/app/data
|
||||
- PORT=20128
|
||||
- HOSTNAME=0.0.0.0
|
||||
image: decolua/9router:0.4.52
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user