From 794f59fec867ad4a987a2cb6fdaabc2a64bd4e07 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@users.noreply.git.williammiceli.systems> Date: Wed, 6 Feb 2019 20:25:07 -0500 Subject: [PATCH] Removed unneeded service scales --- templates/Gogs/0/rancher-compose.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/templates/Gogs/0/rancher-compose.yml b/templates/Gogs/0/rancher-compose.yml index d6114a7..6948698 100644 --- a/templates/Gogs/0/rancher-compose.yml +++ b/templates/Gogs/0/rancher-compose.yml @@ -46,10 +46,4 @@ catalog: The directory to store persistent data for the stack. default: "Personal/Gogs" required: true - type: string - -services: - gogs: - scale: 1 - mysql: - scale: 1 \ No newline at end of file + type: string \ No newline at end of file