mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-08-13 17:02:23 +00:00
13 lines
260 B
YAML
13 lines
260 B
YAML
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 |