add sshwifty

This commit is contained in:
2022-06-09 09:28:09 +08:00
parent 112ef188de
commit ee5f9f1177

View File

@@ -0,0 +1,16 @@
version: '3.3'
services:
sshwifty:
container_name: sshwifty
restart: unless-stopped
ports:
- '8182:8182'
image: 'niruix/sshwifty:latest'
networks:
nginx:
aliases:
- sshwifty
networks:
nginx:
external: true