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