appstore/apps/linux-command/1.19.1/docker-compose.yml
github-action update-app-version ee5b46f40e Update app version [skip ci]
2024-09-03 09:54:39 +00:00

16 lines
297 B
YAML

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