Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Commit

Permalink
Allow setting of container scale via ENV var
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgraves-choices committed Jul 25, 2017
1 parent 57ba490 commit 0ee2c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rancher-config/rancher-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'
services:

gp-redirect:
scale: 1
scale: ${INITIAL_CONTAINER_SCALE-1}
start_on_create: true
health_check:
response_timeout: 5000
Expand Down

0 comments on commit 0ee2c99

Please sign in to comment.