turnkey docker naming convention has changed, to get specific versions, use version as tag

This commit is contained in:
Jeremy Davis 2018-12-07 11:38:58 +11:00
parent 2f7d8d5f33
commit d243bc5059

View File

@ -13,7 +13,7 @@
"usage": "For security reasons there are no default passwords. All passwords are set at system initialization time.",
"docker": {
"adapters": 1,
"image": "turnkeylinux/wordpress-14.2:latest",
"image": "turnkeylinux/wordpress:latest",
"console_type": "telnet"
}
}