mirror of
https://github.com/xwiki-labs/cryptpad-docker.git
synced 2024-11-15 01:25:05 +00:00
Revert config path in docker-compose.yml (leftover from tests)
This commit is contained in:
parent
6483b039b7
commit
8b15448d71
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ services:
|
|||
- ./customize:/cryptpad/customize
|
||||
- ./data/data:/cryptpad/data
|
||||
- ./data/files:/cryptpad/datastore
|
||||
- ./config.js:/cryptpad/config/config.js
|
||||
- ./data/config.js:/cryptpad/config/config.js
|
||||
|
||||
ports:
|
||||
- "80:80"
|
||||
|
|
Loading…
Reference in a new issue