Skip to content

Commit 64bd50b

Browse files
authored
Create 2020-09-25.md
1 parent 16d8fe4 commit 64bd50b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/til/2020-09-25.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "2020-09-25"
3+
date: 2020-09-25T18:05:49+07:00
4+
---
5+
6+
Fix lỗi không thể install plugin cho WordPress chạy trên Docker.
7+
8+
```
9+
docker exec -u root -it {CONTAINER_ID} /bin/bash
10+
chown -R www-data wp-content
11+
chmod -R 755 wp-content
12+
```

0 commit comments

Comments
 (0)