Docker image for Open79XX server
2.9K
Docker image for Open79XX Image contains Nginx, PHP and MySQL along with the webcode and database for Open79XX. To use run
docker run -d -p80:80 hdrider465/docker-open79xx or to use a named volume to retain database data (recommended) docker volume create open79xx docker run -d -p80:80 -v open79xx:/var/lib/mysql hdrider465/docker-open79xx
Open a browser and navigate to your docker host http://dockerhost
Default user is admin password is core
in the SEPMAC.cnf.xml phone files add
http://dockerserver/PhoneUI/ as the services URL ( the ending "/" is important )
servicesURL>http://dockerserver/PhoneUI/</servicesURL
Content type
Image
Digest
Size
192.2 MB
Last updated
over 8 years ago
docker pull hdrider465/docker-open79xx