Update public build

This commit is contained in:
xZero707 2021-11-19 01:04:42 +01:00
parent 3eb16c9591
commit c31838b5c6

View File

@ -3,13 +3,18 @@ WorPress docker image, powered by nginx/php-fpm combo and managed by s6 supervis
Attempt to fix several of WordPress anti-patterns in ready to deploy container Attempt to fix several of WordPress anti-patterns in ready to deploy container
#### Installation #### Public builds (docker)
You can use public build: You can use public build:
``` ```
nlss/wordpress:VERSION_NUMBER nlss/wordpress
``` ```
You can also use specific version of WordPress:
```
nlss/wordpress:5.8.0
```
Replace version number with desired version, eg. 5.8.2. Replace version number with desired version, eg. 5.8.2.
### Automatic plugin installer ### Automatic plugin installer