Files
docker/it-tools/docker-compose.yml
2025-09-12 21:34:37 +02:00

13 lines
391 B
YAML

#name: it-tools
services:
it-tools:
image: corentinth/it-tools:latest
container_name: it-tools
restart: unless-stopped
ports:
- 9080:80
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock
# - ./portainer_data:/data
#docker run -d --name it-tools --restart unless-stopped -p 8080:80 corentinth/it-tools:latest