feat: 上架 Linux Command (#1709)

This commit is contained in:
wanghe
2024-07-08 09:46:53 +08:00
committed by GitHub
parent b160066737
commit e7529fa0d4
5 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
services:
linux-command:
image: wcjiang/linux-command:1.18.0
container_name: ${CONTAINER_NAME}
restart: always
ports:
- ${PANEL_APP_PORT_HTTP}:3000
networks:
- 1panel-network
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true