12 lines
219 B
YAML
12 lines
219 B
YAML
version: "3.3"
|
|
|
|
services:
|
|
wxhelper-docker:
|
|
build: .
|
|
restart: unless-stopped
|
|
container_name: wxhelper-docker
|
|
tty: true
|
|
ports:
|
|
- 8080:8080
|
|
- 19088:19088
|