diff --git a/Docker/it-tools/compose.yml b/Docker/it-tools/compose.yml new file mode 100644 index 0000000..3b17aab --- /dev/null +++ b/Docker/it-tools/compose.yml @@ -0,0 +1,7 @@ +services: + it-tools: + image: 'corentinth/it-tools:latest' + ports: + - '8182:80' # change if needed + restart: unless-stopped + container_name: it-tools \ No newline at end of file