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