homebox/docker-compose.yml

14 lines
233 B
YAML
Raw Normal View History

2022-08-30 02:30:36 +00:00
version: "3.4"
services:
2022-09-04 02:42:03 +00:00
homebox:
image: homebox
2022-08-30 02:30:36 +00:00
build:
context: .
dockerfile: ./Dockerfile
2022-09-14 05:15:01 +00:00
args:
- COMMIT=head
- BUILD_TIME=0001-01-01T00:00:00Z
2022-08-30 02:30:36 +00:00
ports:
2022-09-04 02:42:03 +00:00
- 3100:7745