Merge pull request #1183 from cryptpad/docker-3003

Enable port 3003 on Docker
This commit is contained in:
yflory 2023-08-17 16:25:39 +02:00 committed by GitHub
commit 394f9d9bd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,7 @@ VOLUME /cryptpad/datastore
ENTRYPOINT ["/bin/bash", "/cryptpad/docker-entrypoint.sh"]
# Ports
EXPOSE 3000 3001
EXPOSE 3000 3001 3003
# Run cryptpad on startup
CMD ["npm", "start"]

View File

@ -102,6 +102,7 @@ ol,ul,dl
*margin-right: 0px;
/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
padding: 0 40px;
padding-right: 0px;
}
h1,h2,h3,h4,h5,h6

View File

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