1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-20 10:51:03 +08:00
2024-11-01 01:07:26 +08:00

16 lines
304 B
YAML

services:
it-tools:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
image: corentinth/it-tools:2024.10.22-7ca5933
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true