1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

fix: install compose template

This commit is contained in:
Torsten Dittmann 2021-12-21 16:29:09 +01:00
parent 100e296165
commit c91db74b23

View file

@ -3,7 +3,6 @@
$httpPort = $this->getParam('httpPort', '');
$httpsPort = $this->getParam('httpsPort', '');
$version = $this->getParam('version', '');
$version = '0.12.0-alpha'; // TODO: TEMPORARY
$organization = $this->getParam('organization', '');
$image = $this->getParam('image', '');
?>version: '3'