forked from mirrors/homebox
10 lines
154 B
YAML
10 lines
154 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
homebox:
|
|
image: homebox
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile
|
|
ports:
|
|
- 3100:7745
|