chore(deps): update wcjiang/linux-command docker tag to v1.19.1 (#2054)
* chore(deps): update wcjiang/linux-command docker tag to v1.19.1 * 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>
This commit is contained in:
14
apps/linux-command/1.19.1/docker-compose.yml
Normal file
14
apps/linux-command/1.19.1/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user