diff --git a/.gitignore b/.gitignore index d93bbb1..6e03910 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ package-lock.json .cache # personal config -config.js \ No newline at end of file +config.js +docker-compose.yml diff --git a/README.md b/README.md index cec8635..47a146d 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ $ npm start ```bash # Copy src/config.template.js in src/config.js and edit it if needed $ cp src/config.template.js src/config.js +# Copy docker-compose.template.yml in docker-compose.yml and edit it if needed +$ cp docker-compose.template.yml docker-compose.yml # Build or rebuild services $ docker-compose build # Create and start containers diff --git a/docker-compose.yml b/docker-compose.template.yml similarity index 100% rename from docker-compose.yml rename to docker-compose.template.yml