mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-05-26 02:25:13 +01:00
Changes owner of logs to root on every container start
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
mkdir -p /data/logs
|
||||
chown -R root:root /data/logs
|
||||
Reference in New Issue
Block a user