From: Guillaume Pellerin Date: Tue, 28 Mar 2017 15:08:35 +0000 (+0200) Subject: use 8022 port X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=303e538495b418a16f7677047c985245410c70f7;p=mezzo.git use 8022 port --- diff --git a/docker-compose.yml b/docker-compose.yml index 6871e443..10569c1d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -65,7 +65,7 @@ app: nginx: image: nginx ports: - - "8024:80" + - "8022:80" volumes: - ./etc/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf - ./etc/nginx/htpasswd:/etc/nginx/htpasswd