Adding pull advice

This commit is contained in:
Jonathan Rosenbaum
2018-05-05 19:25:36 -04:00
committed by GitHub
parent e742322770
commit b308b297c0
+1 -1
View File
@@ -8,7 +8,7 @@ Heavily developed [YBP Devel](https://github.com/fspc/Yellow-Bike-Database/tree/
## How to Use ## 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 ## 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`: 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`: