From 303e538495b418a16f7677047c985245410c70f7 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 28 Mar 2017 17:08:35 +0200 Subject: [PATCH] use 8022 port --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5