]> git.parisson.com Git - mezzo.git/commitdiff
Use port 80 (prod)
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 29 Sep 2016 15:28:25 +0000 (17:28 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 29 Sep 2016 15:28:25 +0000 (17:28 +0200)
docker-compose.yml

index c7f27712567a3f430d02e66c2013c07681473498..fe170811730144c314bc1732899d92a44ef60024 100644 (file)
@@ -58,7 +58,7 @@ app:
 nginx:
   image: nginx
   ports:
-    - "8020:80"
+    - "80:80"
   volumes:
     - ./etc/nginx.conf:/etc/nginx/conf.d/default.conf
     - ./data/var/log/nginx/:/var/log/nginx