mirror of https://github.com/huashengdun/webssh
7 lines
72 B
YAML
7 lines
72 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
web:
|
||
|
build: .
|
||
|
ports:
|
||
|
- "8888:8888"
|