This is the same from https://hub.docker.com/r/lspg/ispconfig/ but newer built.
10K+
This is the same from https://hub.docker.com/r/lspg/ispconfig/ but newer built.
docker create -name ispconfig -p 20:20 -p 21:21 -p 80:80 -p 443:443 -p 8080:8080 -p 53:53 -p 2222:22 relato/ispconfig docker start ispconfig
docker create -v /ispconfig-data --name ispconfig-volumes relato/ispconfig /bin/true docker run -d --volumes-from ispconfig-volumes -p 20:20 -p 21:21 -p 30000-30009:30000-30009 -p25:25 -p465:465 -p587:587 -p993:993 -p995:995 -p 8080:8080 -p 2222:22 -p9001:9001 -p80:80 --name ispconfig relato/ispconfig
docker exec -i -t relato/ispconfig bash
http://your-ip:9001 login : root password : password To setup authentication : access container shell and edit /etc/supervisor/supervisord.conf
https://your-ip:8080 ISPConfig login : admin ISPConfig password : admin
ispconfig_update.sh
root login : root root password : password To change root password, access container shell and use following command : mysqladmin -u root -p'oldpassword' password newpassword
It is strongly recommended that you change the MariaDB and ISPConfig password as soon as possible.
Content type
Image
Digest
Size
1.1 GB
Last updated
over 9 years ago
docker pull relato/ispconfig