Skip to content

Commit 7ae0e55

Browse files
authored
Merge pull request #24551 from ilya-grigoriev/patch-1
Update lifecycle.md
2 parents bc0358a + 74564fc commit 7ae0e55

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)