fix: Fixes port for plausible service.

This commit is contained in:
2025-04-16 11:02:06 -04:00
parent e7c5fcf877
commit f12cfb51da

View File

@@ -56,7 +56,7 @@ services:
soft: 65535
hard: 65535
ports:
- 127.0.0.1:${HTTP_PORT}:${HTTP_PORT}
- 8004:${HTTP_PORT}
networks:
- backend
- proxy