1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 07:01:02 +08:00
2024-06-01 22:26:42 +08:00

16 lines
297 B
YAML

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