Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/docker/Upgrading-Containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,12 @@ docker start mysite_com
Remove the nonworking container:
```code
docker rm mysite_com_notworking
```
```

# The easiest Docker Way

Edit `wp-config.php` file by add `define('FS_METHOD','direct');` to the end of file.

Save the file and run update. From now, you don't need FTP server to update your WordPress.

**Remember! Before update make a backup.**