feat: 上架 Linux Command (#1709)
This commit is contained in:
14
apps/linux-command/1.18.0/docker-compose.yml
Normal file
14
apps/linux-command/1.18.0/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user