Skip to content

Commit 796168b

Browse files
Update process-compose.yml in rails stack (#1573)
Corrected it to reflect rails and not django ## Summary Changed `django` to `rails` ## How was it tested? No test needed, comment update Signed-off-by: Dallas Goldswain <[email protected]>
1 parent 605c356 commit 796168b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Process compose for starting django
1+
# Process compose for starting rails
22
version: "0.5"
33

44
processes:
55
rails:
66
command: ./blog/bin/rails server -b
77
availability:
8-
restart: "always"
8+
restart: "always"

0 commit comments

Comments
 (0)