diff --git a/it-tools/docker-compose.yml b/it-tools/docker-compose.yml new file mode 100644 index 00000000..539cedbb --- /dev/null +++ b/it-tools/docker-compose.yml @@ -0,0 +1,8 @@ +version: '3.9' +services: + it-tools: + image: 'corentinth/it-tools:latest' + ports: + - '8010:80' + restart: unless-stopped + container_name: it-tools \ No newline at end of file