diff --git a/it-tools/docker-compose.yaml b/it-tools/docker-compose.yaml new file mode 100644 index 0000000..a657daf --- /dev/null +++ b/it-tools/docker-compose.yaml @@ -0,0 +1,7 @@ +services: + it-tools: + image: corentinth/it-tools:latest + container_name: it-tools + restart: unless-stopped + ports: + - 8091:80 \ No newline at end of file