statonlab / tripaldock

Build a simple development environment for Tripal with Docker
GNU General Public License v3.0
1 stars 0 forks source link

tripaldock self update does not accept no for an answer for replacing the docker-compose #23

Closed bradfordcondon closed 6 years ago

bradfordcondon commented 6 years ago
TRIPALDOCK: Copying new files
TRIPALDOCK: Initializing ...
TRIPALDOCK: Done. You may use the local version of tripaldock directly from this folder ./tripaldock COMMAND
TRIPALDOCK: Would you like to replace your docker-compose.yaml file with a new one?
1) Yes
2) No
#? 2

#?
1) Yes
2) No
#? 2

#?
1) Yes
2) No
#? 1
almasaeed2010 commented 6 years ago

There isn't really a need for updating docker-compose since chances are it would mess up your ports setup (tripaldock issues port numbers automatically based on what's available). I don't wanna read your compos yaml file just to figure out what should change. So removing this option and maybe directing the user to update their yaml files is a better solution for the time being.