]> Untitled Git - lemmy.git/blobdiff - docker/dev/docker-compose.yml
Proxy pictrs requests through Lemmy (fixes #371) (#77)
[lemmy.git] / docker / dev / docker-compose.yml
index 51a3ecdab307bb219f23db28d61de440ebd698fd..257ad6c63b0eb44421cee47b581dfbff8e7713c4 100644 (file)
@@ -21,7 +21,8 @@ services:
   postgres:
     image: postgres:12-alpine
     ports:
-      - "127.0.0.1:5432:5432"
+      # use a different port so it doesnt conflict with postgres running on the host
+      - "127.0.0.1:5433:5432"
     environment:
       - POSTGRES_USER=lemmy
       - POSTGRES_PASSWORD=password