]> Untitled Git - lemmy.git/commitdiff
Fix dev setups. (#2944)
authorDessalines <dessalines@users.noreply.github.com>
Wed, 7 Jun 2023 02:22:21 +0000 (22:22 -0400)
committerGitHub <noreply@github.com>
Wed, 7 Jun 2023 02:22:21 +0000 (22:22 -0400)
docker/docker-compose.yml

index 1305c73cf3bfc8a19712de0ef327f93e8e9825ad..2463e035239b73c526c4df5bebf930767a026d27 100644 (file)
@@ -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