We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e259bf commit 95ef38cCopy full SHA for 95ef38c
README.md
@@ -28,6 +28,22 @@ For be able to manipulate easily the files of wordpress you need to:
28
- 1/6 --url=<**url**>: `localhost`
29
- 2...6 - Your personal configuration
30
31
+## Changing the PHP version
32
+
33
+Super easy, stop everything.
34
+On the service `wp_server` on the section `args` leave uncommented the php version that you want a then
35
36
+`docker-compose build`
37
38
+An then...
39
40
+`export UID && docker-compose up`
41
42
+To verify the version run
43
44
+`docker exec wp_server php --version`
45
46
47
## DB useful commands
48
### Log into
49
`docker exec -ti wp_mariadb mysql -h localhost -u root -pPASSWORD`
0 commit comments