Updated Docker image (markdown)

Jyri-Petteri Paloposki 2020-07-19 14:41:46 +03:00
parent 259a2e3584
commit e095025972

@ -16,6 +16,12 @@ $ docker run -p 3000:3000 -e DATABASE_NAME=tracks_dev -e DATABASE_HOST=db -e DAT
If all went to plan, you should now be able to reach Tracks in http://localhost:3000 .
*Note:* You can override files in the Docker image by using the --volume argument.
|File |Argument |Replace for production?|
|-------------------|---------------------------------------------------------|-----------------------|
|config/site.yml |--volume /app/config/site.yml:/home/user/site.yml |Yes |
## Staannoe's Dockerimage
### Prerequisites