forked from mirrors/homebox
13 lines
233 B
YAML
13 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
|