12 lines
168 B
YAML
12 lines
168 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
gh-tg:
|
|
container_name: gh-tg
|
|
ports:
|
|
- "127.0.0.1:14784:8080"
|
|
build: .
|
|
volumes:
|
|
- ".:/app:z"
|
|
restart: always
|