mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-29 13:35:45 +00:00
Changes owner of logs to root on every container start
This commit is contained in:
4
docker/rootfs/etc/cont-init.d/01_perms.sh
Executable file
4
docker/rootfs/etc/cont-init.d/01_perms.sh
Executable file
@@ -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