mirror of
https://github.com/xwiki-labs/cryptpad-docker.git
synced 2024-11-15 01:25:05 +00:00
Fix docker-compose.yml
This commit is contained in:
parent
0016ce51cc
commit
6483b039b7
1 changed files with 5 additions and 5 deletions
|
@ -19,15 +19,15 @@ services:
|
|||
- ./customize:/cryptpad/customize
|
||||
- ./data/data:/cryptpad/data
|
||||
- ./data/files:/cryptpad/datastore
|
||||
- ./data/config.js:/cryptpad/config/config.js
|
||||
- ./config.js:/cryptpad/config/config.js
|
||||
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3001:3001"
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
|
||||
expose:
|
||||
- "3000"
|
||||
- "3001"
|
||||
- "80"
|
||||
- "443"
|
||||
|
||||
ulimits:
|
||||
nofile:
|
||||
|
|
Loading…
Reference in a new issue