Update lifecycle.md

Swapped the parameters for `chown` command
This commit is contained in:
Ilya Grigoriev
2026-03-27 20:08:49 +03:00
committed by GitHub
parent 8c5f75f670
commit 74564fc9fb

View File

@@ -42,7 +42,7 @@ services:
volumes:
- data:/data
post_start:
- command: chown -R /data 1001:1001
- command: chown -R 1001:1001 /data
user: root
volumes: