NextWeb/dev/nextweb/it-tools/2024.10.22-7ca5933/docker-compose.yml

15 lines
301 B
YAML
Raw Permalink Normal View History

2024-11-02 14:53:52 +07:00
services:
it-tools:
image: corentinth/it-tools:2024.10.22-7ca5933
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true