Restart Policy auf NO gesetzt
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user