We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc0358a + 74564fc commit 7ae0e55Copy full SHA for 7ae0e55
1 file changed
content/manuals/compose/how-tos/lifecycle.md
@@ -42,7 +42,7 @@ services:
42
volumes:
43
- data:/data
44
post_start:
45
- - command: chown -R /data 1001:1001
+ - command: chown -R 1001:1001 /data
46
user: root
47
48
0 commit comments