From b308b297c0735ea5a02e44093bcd92baa7454cdd Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Sat, 5 May 2018 19:25:36 -0400 Subject: [PATCH] Adding pull advice --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b59471b..739fe1f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Heavily developed [YBP Devel](https://github.com/fspc/Yellow-Bike-Database/tree/ ## How to Use -The recommended way is to run `docker-compose up -d`. By default, your container will be available on port 88. +The recommended way is to run `docker-compose pull` and then `docker-compose up -d`. By default, your container will be available on port 88. ## Advanced environmental changes The docker-compose.yml file looks for a file called environment. I enjoy using [docker-letsencrypt-nginx-proxy-companion](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion), so here is what I add, after changing `port` in docker-compose.yml from `88:80` to `80`: