„it-tools/docker-compose.yml“ hinzufügen

This commit is contained in:
Peter Reichart 2023-06-27 15:31:08 +00:00
parent 58bf8d1657
commit 0f28da4eb0

View File

@ -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