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

From version 54.1
edited by Alexandru Pentilescu
on 2022/06/15 21:02
Change comment: There is no comment for this version
To version 52.1
edited by Alexandru Pentilescu
on 2022/06/12 08:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -133,6 +133,7 @@
133 133  
134 134  Please replace <database_password> and <mysql_root_password> with randomly generated long strings, preferrably containing a long sequence of lowercase, uppercase letters, digits and symbols. In my case, I chose 12 character long sequences for each of them. It's unlikely for a hacker to compromise your docker environment but it's still best practice to make the passwords as long and hard to guess as possible, as an extra layer of security.
135 135  
136 +
136 136  = First run of the container =
137 137  
138 138  The first run is always the scariest. Start up the docker image and wait for everything to initialize:
... ... @@ -301,4 +301,4 @@
301 301  
302 302  [[Official docker guide for installing XWiki>>https://github.com/xwiki/xwiki-docker/blob/master/README.md]]
303 303  [[How to setup an Nginx reverse proxy and also provide a global X.509 certificate for it>>https://wiki.pentilescu.com/bin/view/Guides/How%20to%20setup%20an%20Nginx%20reverse%20proxy%20and%20also%20provide%20a%20global%20X.509%20certificate%20for%20it/]]
304 -[[How to setup a postfix SMTP server>>https://wiki.pentilescu.com/bin/view/Guides/How%20to%20setup%20a%20postfix%20SMTP%20server/]]
305 +How to setup a postfix SMTP server [NOT YET WRITTEN]