This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Changes owner of logs to root on every container start
chaptergy
4 years ago
parent
67e8ca6714
commit
fbae107c04
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
docker/rootfs/etc/cont-init.d/01_perms.sh
+ 4
- 0
docker/rootfs/etc/cont-init.d/01_perms.sh
View File
@@ -0,0 +1,4 @@
+#!/usr/bin/with-contenv bash
+
+mkdir -p /data/logs
+chown -R root:root /data/logs