Mercurial > public > ssdt-docker
diff prod/training.sh @ 235:b390c30aa6c6
DEP-14: update prod tags
author | smith@nwoca.org |
---|---|
date | Wed, 10 Jan 2018 01:22:38 +0000 |
parents | 2ae65177f74e |
children | 61b1d93977cd |
line wrap: on
line diff
--- a/prod/training.sh Wed Jan 10 00:44:05 2018 +0000 +++ b/prod/training.sh Wed Jan 10 01:22:38 2018 +0000 @@ -3,14 +3,13 @@ # # Usage: # -# /data/preview/training-01 $ /ssdt/compose2/preview/training.sh +# /data/preview/training-01 $ /ssdt/compose2/prod/training.sh # # Will create a docker-compose.yml and .env file with default settings using the SSDT # supplied training database # -# These are special database images which recreates the database each time the container is created. -# Therefore, it is very easy to reset the training database simply by deleting the -# project containers and restarting them. for example: +# These are special database images which recreates the database each time the container is started. +# Therefore, it is very easy to reset the training database simply by restarting the containers. for example: # # docker-compose down # docker-compose up -d