dist(docker): unexpose port 3003 (no longer in use for ws connections)

This commit is contained in:
Fabrice Mouhartem 2026-09-01 14:15:26 +02:00
parent e7173f5ec3
commit da2cd6b788
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -55,7 +55,7 @@ ENTRYPOINT ["/bin/bash", "/cryptpad/docker-entrypoint.sh"]
HEALTHCHECK --interval=1m CMD curl -f http://localhost:3000/ || exit 1
# Ports
EXPOSE 3000 3003
EXPOSE 3000
# Run cryptpad on startup
CMD ["npm", "start"]

View File

@ -28,7 +28,6 @@ services:
ports:
- "3000:3000"
- "3003:3003"
ulimits:
nofile: