mirror of
https://github.com/imsyy/home.git
synced 2025-05-18 20:20:14 +09:00
10 lines
121 B
YAML
10 lines
121 B
YAML
version: '3'
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "12445:12445"
|