mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Update lifecycle.md
Swapped the parameters for `chown` command
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user