Run nginx as root

This commit is contained in:
Fredrik Baberg 2022-06-27 21:38:33 +02:00
parent 8a84c68275
commit f0d33c273b
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: "3DPrinter-OctoPrint"
version: "2022.6.026"
version: "2022.6.027"
slug: "3dprinter-octoprint"
description: "New instance of OctoPrint"
url: "https://github.com/fredrikbaberg/home-assistant-addons/tree/main/3dprinter-octoprint"

View File

@ -1,3 +1,5 @@
user root root;
worker_processes 1;
events {