Skip to content

Commit 74564fc

Browse files
Update lifecycle.md
Swapped the parameters for `chown` command
1 parent 8c5f75f commit 74564fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/manuals/compose/how-tos/lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
volumes:
4343
- data:/data
4444
post_start:
45-
- command: chown -R /data 1001:1001
45+
- command: chown -R 1001:1001 /data
4646
user: root
4747

4848
volumes:

0 commit comments

Comments
 (0)