mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-11-05 10:46:10 +08:00
Added docker compose generator if docker is enabled (#175)
* Added docker compose generator if docker is enabled * Fixed version to 3.3 * fixed name in to_yaml.js * Apply suggestions from code review Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
This commit is contained in:
@@ -36,6 +36,7 @@ export default {
|
||||
letsEncrypt: 'Let\'s Encrypt',
|
||||
python: 'Python',
|
||||
docker: 'Docker',
|
||||
dockerCompose: 'Docker Compose',
|
||||
wordPress: 'WordPress',
|
||||
drupal: 'Drupal',
|
||||
magento: 'Magento',
|
||||
|
||||
@@ -28,4 +28,5 @@ import common from '../../common';
|
||||
|
||||
export default {
|
||||
dockerfile: `Include Dockerfile to run nginx with ${common.docker}`,
|
||||
dockerCompose: 'Include docker-compose to run nginx with docker-compose',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user