mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-24 15:25:23 +02:00
16 lines
243 B
YAML
16 lines
243 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
homebox:
|
|
image: ghcr.io/sysadminsmedia/homebox:latest
|
|
restart: unless-stopped
|
|
expose:
|
|
- "7745"
|
|
environment:
|
|
- TZ=Etc/UTC
|
|
volumes:
|
|
- homebox-data:/data
|
|
|
|
volumes:
|
|
homebox-data:
|