mirror of
https://github.com/imsyy/home.git
synced 2024-11-15 19:22:18 +08:00
10 lines
121 B
YAML
10 lines
121 B
YAML
version: '3'
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "12445:12445"
|