GithubHelp home page GithubHelp logo

thomasheller / docker-ispconfig Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jerob/docker-ispconfig

0.0 2.0 0.0 1.11 MB

Dockerfile for ISPConfig with nginx and MariaDB

PHP 28.72% HTML 23.82% Ruby 0.52% CSS 45.83% Shell 1.10%

docker-ispconfig's Introduction

docker-ispconfig

Docker image for ISPConfig with MariaDB based on the image by jerob.

Changes:

  • nginx instead of apache2

Please note that this image is experimental. Fixes are welcome!

Build

From local clone:

git clone https://github.com/thomasheller/docker-ispconfig
cd docker-ispconfig
docker build -t thomasheller/docker-ispconfig .

From remote repository:

docker build -t thomasheller/docker-ispconfig github.com/thomasheller/docker-ispconfig

Run

Run the container and expose all used ports:

docker run --name ispconfig -e MAILMAN_EMAIL_HOST=test.com -e [email protected] -e MAILMAN_PASS=pass -d -p 20:20 -p 21:21 -p 30000:30000 -p 30001:30001 -p 30002:30002 -p 30003:30003 -p 30004:30004 -p 30005:30005 -p 30006:30006 -p 30007:30007 -p 30008:30008 -p 30009:30009 -p 80:80 -p 443:443 -p 8080:8080 -p 53:53 -p 2222:22 thomasheller/docker-ispconfig /start.sh

Run the container and expose only ISPConfig port on localhost:

docker run --name ispconfig -e MAILMAN_EMAIL_HOST=test.com -e [email protected] -e MAILMAN_PASS=pass -d -p 127.0.0.1:8080:8080 thomasheller/docker-ispconfig /start.sh

Shell access to the container:

docker exec -i -t ispconfig bash

Password reset for ISPConfig (admin/admin):

/password_reset.sh

docker-ispconfig's People

Contributors

jerob avatar jimmyy avatar thomasheller avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.