From: Guillaume Pellerin Date: Mon, 17 Oct 2016 09:04:31 +0000 (+0200) Subject: Finally use 8020 port in prod (2nd nginx will be in front) X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e7189d01167e45ad24a1bd0d7684f83b1b512ba2;p=mezzo.git Finally use 8020 port in prod (2nd nginx will be in front) --- diff --git a/docker-compose.yml b/docker-compose.yml index fe170811..c7f27712 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -58,7 +58,7 @@ app: nginx: image: nginx ports: - - "80:80" + - "8020:80" volumes: - ./etc/nginx.conf:/etc/nginx/conf.d/default.conf - ./data/var/log/nginx/:/var/log/nginx