mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 13:23:14 +01:00
11 lines
154 B
YAML
11 lines
154 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
homebox:
|
|
image: homebox
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile
|
|
ports:
|
|
- 3100:7745
|