diff --git a/homebox/compose.yaml b/homebox/compose.yaml new file mode 100644 index 0000000..d1b4096 --- /dev/null +++ b/homebox/compose.yaml @@ -0,0 +1,12 @@ +services: + homebox: + container_name: homebox + restart: "no" #unless-stopped + ports: + - 9100:7745 + environment: + - TZ=Europe/Bucharest + - HBOX_OPTIONS_ALLOW_REGISTRATION=false + volumes: + - /opt/homebox/:/data + image: ghcr.io/sysadminsmedia/homebox:latest