Sign inSign up

tuxmealux/eramba

By tuxmealux

Updated over 6 years ago

Eramba Community Edition

Image
1

2.4K

tuxmealux/eramba repository overview

Eramba Community Edition

Copy certificates into certs folder.

  • domain.tld.cert the public [self]signed certificate.
  • domain.tld.key the private key.

Adjust default-ssl.conf and database.php with your data. Launch as:

docker container run \
        -v $(pwd)/default-ssl.conf:/etc/apache2/sites-enabled/default-ssl.conf \
        -v $(pwd)/database.php:/var/www/html/app/Config/database.php \
        -v $(pwd)/certs:/certs \
        -p 80:8080 \
        -p 443:8443 \
    tuxmealux/eramba-community:latest

In oreder to properly work it requires a mariadb backend (which is not present), you can get everything ready to run using this docker-compose file.

Tag summary

Content type

Image

Digest

Size

469.9 MB

Last updated

over 6 years ago

docker pull tuxmealux/eramba