add sshwifty
This commit is contained in:
16
Docker/sshwifty/docker-compose.yml
Normal file
16
Docker/sshwifty/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user