Last modified by Alexandru Pentilescu on 2023/06/25 18:56

From version 56.1
edited by Alexandru Pentilescu
on 2022/06/15 23:09
Change comment: There is no comment for this version
To version 57.1
edited by Alexandru Pentilescu
on 2022/06/15 23:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -107,13 +107,6 @@
107 107   networks:
108 108   - internal_xwiki_network
109 109  
110 -networks:
111 - internal_xwiki_network:
112 - driver: bridge
113 - ipam:
114 - driver: default
115 - config:
116 - - subnet: 192.168.80.0/24
117 117  {{/code}}
118 118  
119 119  There are many different configurations you can use to have an XWiki server. For one, mariadb is NOT required to install XWiki, it's simply one of many database solutions that XWiki is compatible with. Alternatively, you may use MySQL or even PostgreSQL, instead. To see docker-compose configuration options for those, please reference the full official docker reference guide for XWiki at the "External references" section of this page for more details. **Keep in mind, though, in case you do decide to use an alternative to mariadb, to download a different init.sql file than the one mentioned in the previous step!**