Changes owner of logs to root on every container start

This commit is contained in:
chaptergy
2021-07-23 09:11:43 +02:00
parent 67e8ca6714
commit fbae107c04

View File

@ -0,0 +1,4 @@
#!/usr/bin/with-contenv bash
mkdir -p /data/logs
chown -R root:root /data/logs