Update docker deployment to rootless docker.

This commit is contained in:
2024-09-06 02:14:46 -07:00
parent fc0526e060
commit 8343ed7fcf
3 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
worker_processes 4;
pid /run/nginx.pid;
pid /tmp/nginx.pid;
error_log /dev/stderr info;