-
Notifications
You must be signed in to change notification settings - Fork 0
2. Container overview
Martin Brychta edited this page Jan 7, 2018
·
1 revision
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 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 is reachable at it's own port, you can find it at http://localhost:8080/