16 lines
264 B
YAML
16 lines
264 B
YAML
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 |