This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
Apq
/
nginx-proxy-manager
espejo de
https://github.com/NginxProxyManager/nginx-proxy-manager.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Changes owner of logs to root on every container start
chaptergy
hace 4 años
padre
67e8ca6714
commit
fbae107c04
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
4
0
docker/rootfs/etc/cont-init.d/01_perms.sh
+ 4
- 0
docker/rootfs/etc/cont-init.d/01_perms.sh
Ver fichero
@@ -0,0 +1,4 @@
+#!/usr/bin/with-contenv bash
+
+mkdir -p /data/logs
+chown -R root:root /data/logs