xwiki update

This commit is contained in:
Tomasz Borychowski 2021-01-20 22:16:49 +00:00
parent 21e6744569
commit 54742fbe06

View File

@ -44,7 +44,7 @@ services:
environment:
- DB_USER=xwiki
- DB_PASSWORD=xwiki
- DB_HOST=xwiki-mysql-db
- DB_HOST=db
volumes:
- ./data:/usr/local/xwiki
```