Ajouter docker-compose/wetty/docker-compose.yml

This commit is contained in:
toma 2026-01-28 22:00:47 +01:00
parent 010a17471c
commit ff03efec90

View File

@ -0,0 +1,11 @@
services:
terminal:
image: wettyoss/wetty
container_name: wetty
ports:
- 3004:3000
environment:
- SSHHOST=172.17.0.1
- SSHPORT=22
- SSHUSER=root
restart: unless-stopped