Skip to content

Commit

Permalink
#2935: rancher-compose, use '_web' suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Apr 28, 2018
1 parent e292932 commit 7222daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rancher-template.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- PREPATH/factory.py:/var/machine-learning/factory.py
- PREPATH/__init__.py:/var/machine-learning/__init__.py

webserver-web:
webserver_web:
scale: 1
start_on_create: true
volumes:
Expand All @@ -66,7 +66,7 @@ services:
scale: 1
start_on_create: true

nginx-web:
nginx_web:
scale: 1
start_on_create: true

Expand Down

0 comments on commit 7222daf

Please sign in to comment.