diff --git a/control-panel/config.example.yaml b/control-panel/config.example.yaml index ec0d487..8ab5232 100644 --- a/control-panel/config.example.yaml +++ b/control-panel/config.example.yaml @@ -14,7 +14,7 @@ registry: git.example.com/heleos images: nginx: "{registry}/nginx:latest" php_fpm: "{registry}/php-fpm:{php_version}" - wordpress: "wordpress:{php_version}-fpm-alpine" + wordpress: "wordpress:php{php_version}-fpm-alpine" # Shared MariaDB. Root password is read from this .env (or the # MARIADB_ROOT_PASSWORD environment variable).