docker run -d --name it-tools --restart unless-stopped -p 15580:80 docker.1ms.run/corentinth/it-tools:latestversion: "3.8"
services:
it-tools:
image: docker.1ms.run/corentinth/it-tools:latest
container_name: it-tools
ports:
- "15580:80"
restart: always