From af03dcfeac57a741dcd15c00009f496f7f0aa9c9 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 6 Jun 2023 22:22:21 -0400 Subject: [PATCH] Fix dev setups. (#2944) --- docker/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 1305c73cf..2463e0352 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -18,6 +18,7 @@ services: # actual and only port facing any connection from outside # Note, change the left number if port 80 is already in use on your system (or you want to run a reverse proxy outside this config) - "80:80" + - "8536:8536" volumes: - ./nginx.conf:/etc/nginx/nginx.conf:ro,Z restart: always