Add port 3001 to docker port mapping

This commit is contained in:
Ludovic Dubost 2019-02-14 12:24:13 +01:00 committed by GitHub
parent 07c942de9d
commit 9403d994f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ Run from the cryptpad source directory, keeping instance state in `/var/cryptpad
```
docker build -t xwiki/cryptpad .
docker run --restart=always -d --name cryptpad -p 3000:3000 \
docker run --restart=always -d --name cryptpad -p 3000:3000 -p 3001:3001 \
-v /var/cryptpad/files:/cryptpad/datastore \
-v /var/cryptpad/customize:/cryptpad/customize
-v /var/cryptpad/blob:/cryptpad/blob \