Skip to content

2. Container overview

Martin Brychta edited this page Jan 7, 2018 · 1 revision

Web

Your current directory (the one which contains docker-compose.yml) is mounted to /var/www which is set as www root for Apache. SSL is enabled with snakeoil certificate.

All necessary ports are opened:

Database

Database is mounted to local ~/.ant/mysql, so you won't lose all your data upon container removal.

Port 3306 is open as you're used to. Use database (container name) as mysql server host.

phpMyAdmin

phpMyAdmin is reachable at it's own port, you can find it at http://localhost:8080/

Clone this wiki locally