Este commit está contenido en:
Your Name
2020-05-28 16:46:56 +00:00
padre b07bfb3c0e
commit a093e9baf9
Se han modificado 2 ficheros con 2 adiciones y 2 borrados

Ver fichero

@@ -2,5 +2,5 @@ module.exports = {
port: 8080,
username: 'user',
password: 'hatdav',
limit: 10000 // limit per user
limit: 100000000 // limit per user
}

Ver fichero

@@ -11,7 +11,7 @@ services:
- /home/node/webdav/entrypoint.sh
volumes:
- ./webdav:/home/node/webdav
- ./webdav/config.js:/home/node/webdav/config.js:ro
- ./config.js:/home/node/webdav/config.js:ro
expose:
- 8080
networks: