appstore-1panel/apps/linux-command/1.18.0/docker-compose.yml

15 lines
292 B
YAML
Raw Normal View History

2024-07-08 09:46:53 +08:00
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