Host: http://localhost:8025
PHPMySQL: http://localhost:8026
Access:
CAP: http://localhost:8025/wp-admin/
Login: adaptystrator
Password: adaptystrator
After start, set permission in terminal:
export VM_UID=$(id -u)
export VM_GID=$(id -g)
docker-compose up --build
or all commands in one line:
export VM_UID=$(id -u) && export VM_GID=$(id -g) && docker-compose up -d
Permission denied:
sudo chown -R $USER:www-data wordpress
Open FTP (for update):
define('FS_METHOD', 'direct'); // wp-config.php