I’m going well
so i stop apache
then launch docker
root @ test-server: / opt / xibo # docker-compose up -d
Recreating xibo_cms-db_1
Recreating xibo_cms-xmr_1
Recreating xibo_cms-web_1
everything goes well but when I type: http: // ip_my_xibo
I do not have access to the xibo configuration page
I configured the conf.env file
this variable previously).
MYSQL_PASSWORD = my_password
## SMTP Server Configuration
## The CMS needs to be able to send email to you
## Please enter credentials for a suitable SMTP server
## Defaults will work for GMail - replace your GMail username
## and password as appropriate. You will also need to enable access
## for less secure applications on your GMail account for this to
## work. See https://support.google.com/accounts/answer/6010255
## SMTP Server Hostname
CMS_SMTP_SERVER smtp.u-psud.fr = 25
## SMTP Username
CMS_SMTP_USERNAME=informatique.medecine@u-psud.fr
## SMTP Password
# = CMS_SMTP_PASSWORD
## Use a TLS Connection YES / NO
CMS_SMTP_USE_TLS = no
## Use a STARTTLS Connection YES / NO
CMS_SMTP_USE_STARTTLS = no
## Rewrite domain (the domain your email will appear to come from)
CMS_SMTP_REWRITE_DOMAIN = u-psud.fr
## Hostname that we should identify ourself to the remote server as
CMS_SMTP_HOSTNAME = xibo.ups.u-psud.fr
##############################
## NB GMail will not be important
## for GMail - YES / NO
CMS_SMTP_FROM_LINE_OVERRIDE = no
## It is sometimes necessary to configure the webserver running inside
## the container to know the DNS name by which you will normally
## access the CMS. For most facilities this is unnecessary and can
## be left as default, however, if you know this, it will not hurt to
## set it
CMS_SERVER_NAME = xibo.ups.u-psud.fr
~
is there another parameter to take into account?
thank you