1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-19 05:01:03 +08:00
1Panel-Appstore/apps/cook/1.2.4/docker-compose.yml
github-action update-app-version fde5a4967f Update app version [skip ci]
2025-03-23 16:17:41 +00:00

17 lines
296 B
YAML

services:
cook:
image: yunyoujun/cook:1.2.4
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
tty: true
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true