diff --git a/Docker/sshwifty/docker-compose.yml b/Docker/sshwifty/docker-compose.yml new file mode 100644 index 0000000..7f06fe4 --- /dev/null +++ b/Docker/sshwifty/docker-compose.yml @@ -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 \ No newline at end of file