mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
dist(docker): unexpose port 3003 (no longer in use for ws connections)
This commit is contained in:
parent
e7173f5ec3
commit
da2cd6b788
@ -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"]
|
||||
|
||||
@ -28,7 +28,6 @@ services:
|
||||
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3003:3003"
|
||||
|
||||
ulimits:
|
||||
nofile:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user