mirror of
https://github.com/hay-kot/homebox.git
synced 2024-12-18 13:06:32 +00:00
10 lines
154 B
YAML
10 lines
154 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
homebox:
|
|
image: homebox
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile
|
|
ports:
|
|
- 3100:7745
|