mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-22 08:35:43 +00:00
11 lines
215 B
YAML
11 lines
215 B
YAML
services:
|
|
homebox:
|
|
image: homebox
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile
|
|
args:
|
|
- COMMIT=head
|
|
- BUILD_TIME=0001-01-01T00:00:00Z
|
|
ports:
|
|
- 3100:7745
|