mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 13:23:14 +01:00
14 lines
233 B
YAML
14 lines
233 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
homebox:
|
|
image: homebox
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile
|
|
args:
|
|
- COMMIT=head
|
|
- BUILD_TIME=0001-01-01T00:00:00Z
|
|
ports:
|
|
- 3100:7745
|