Dockerized DomainMOD
https://domainmod.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
root | 5 years ago | |
Dockerfile | 5 years ago | |
README.md | 5 years ago |
README.md
Dockerized DomainMOD
Running the Image
To run this image, an external MariaDB or compatible database is required.
Environment Variables
External database requires environment variables to set up.
MYSQL_HOST
: the address of external database. Default todb
.MYSQL_DATABASE
: the database name. Default todomainmod
.MYSQL_USER
: the username of the database. Default todomainmod
.MYSQL_PASSWORD
: the password of the username. Default todomainmod
.
If you run the image and want to proxy it under a subdirectory, APP_WEB_ROOT
is needed.
APP_WEB_ROOT
: the subdirectory without trailing slash. Default to''
.