You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
387 B
YAML

# docker-compose.yml
# Docker Hub: https://hub.docker.com/r/corentinth/it-tools
# The WebUI can be found at http://<HOST_IP>:<WEBUI_PORT>
networks:
<NETWORK_NAME>:
external: true
services:
it-tools:
container_name: it-tools
image: corentinth/it-tools:<VERSION_TAG>
networks:
- <NETWORK_NAME>
ports:
- "80:80" # WebUI PORT
restart: unless-stopped