13 lines
293 B
YAML
Executable File
13 lines
293 B
YAML
Executable File
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
|