mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 06:46:55 +08:00
f43797d53c
* chore(deps): update kodcloud/kodbox docker tag to v1.4505 * 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>
19 lines
344 B
YAML
19 lines
344 B
YAML
version: "3.5"
|
|
|
|
services:
|
|
kodbox:
|
|
image: kodcloud/kodbox:v1.4505
|
|
container_name: ${CONTAINER_NAME}
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:80
|
|
volumes:
|
|
- "./site:/var/www/html"
|
|
restart: always
|
|
labels:
|
|
createdBy: "Apps"
|
|
networks:
|
|
- 1panel-network
|
|
networks:
|
|
1panel-network:
|
|
external: true
|