appstore-1panel/apps/kodbox/versions/1.37.03/docker-compose.yml
BugKing c31c7c1809
feat: add Kodbox to the list (#12)
* feat: add Kodbox to the list

* Update docker-compose.yml

* Delete logo.png:Zone.Identifier

---------

Co-authored-by: zhengkunwang223 <31820853+zhengkunwang223@users.noreply.github.com>
2023-04-10 18:37:27 +08:00

17 lines
293 B
YAML

version: "3.5"
services:
kodbox:
image: kodcloud/kodbox
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:80
volumes:
- "./site:/var/www/html"
restart: always
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true