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.
 
 
櫻川 浅羽 807b8bda96
Set nginx log to docker log alternatively
5 years ago
root Set nginx log to docker log alternatively 5 years ago
Dockerfile Set nginx log to docker log alternatively 5 years ago
README.md Initial dockerization of DomainMod with nginx and php-fpm on Apline Linux docker image 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 to db.
  • MYSQL_DATABASE: the database name. Default to domainmod.
  • MYSQL_USER: the username of the database. Default to domainmod.
  • MYSQL_PASSWORD: the password of the username. Default to domainmod.

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 ''.