Skip to content

Commit

Permalink
Merge pull request #816 from niccdias/patch-2
Browse files Browse the repository at this point in the history
Documentation for AWS template: Host Docker Volume saves to .env
  • Loading branch information
justinlittman authored May 8, 2017
2 parents 17f6ed5 + e52b93e commit e56b9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ statements change *master* to the correct version, e.g., *1.7.0*::
# - echo TZ=America/New_York >> .env
# VOLUME CONFIGURATION
# Don't change these.
- echo DATA_VOLUME=/sfm-data:/sfm-data
- echo PROCESSING_VOLUME=/sfm-processing:/sfm-processing
- echo DATA_VOLUME=/sfm-data:/sfm-data >> .env
- echo PROCESSING_VOLUME=/sfm-processing:/sfm-processing >> .env
# SFM UI CONFIGURATION
# Don't change this.
- echo SFM_HOSTNAME=`curl http://169.254.169.254/latest/meta-data/public-hostname` >> .env
Expand Down

0 comments on commit e56b9d3

Please sign in to comment.