1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-22 07:39:39 +08:00
1Panel-Appstore/linux-command/1.20.0/docker-compose.yml
renovate[bot] 0022a2bcd4 chore(deps): update wcjiang/linux-command docker tag to v1.20.0 (#3270)
* chore(deps): update wcjiang/linux-command docker tag to v1.20.0

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2025-02-23 21:56:18 +08:00

15 lines
292 B
YAML

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