Files

14 lines
253 B
YAML
Raw Permalink Normal View History

services:
it-tools:
image: 'corentinth/it-tools:latest'
ports:
- '8080:80'
restart: unless-stopped
container_name: it-tools-stack
networks:
- proxy
networks:
proxy:
external: true