appstore-1panel/apps/kodbox/versions/1.37.03/docker-compose.yml

17 lines
293 B
YAML
Raw Normal View History

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