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