This commit is contained in:
James Turland
2025-02-19 12:43:30 +00:00
parent fe54766368
commit dd8210e9b1
4 changed files with 128 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
services:
it-tools:
image: 'corentinth/it-tools:latest'
#ports:
# - '8080:80'
restart: unless-stopped
container_name: it-tools
networks:
- nginx-proxy
networks:
nginx-proxy:
external: true