Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cikupin committed Dec 21, 2018
1 parent 76c2949 commit 039ad7b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,7 @@ services:
php-apache2:
volumes:
- ./etc/apache2/sites-available/000-default.conf:/etc/apache2/sites-available/000-default.conf
- ./etc/apache2/apache2.conf:/etc/apache2/apache2.conf
- ./etc/php5/apache2/php.ini:/etc/php5/apache2/php.ini
- ./etc/php5/cli/php.ini:/etc/php5/cli/php.ini
- ./etc/phpmyadmin/config-db.php:/etc/phpmyadmin/config-db.php
- ./etc/phpmyadmin/config.inc.php:/etc/phpmyadmin/config.inc.php
- ./usr/local/etc/php/php.ini:/usr/local/etc/php/php.ini
```
You can edit those file according to your desired configurations, or you may add another files to be configured and mount them to your container.
Expand Down

0 comments on commit 039ad7b

Please sign in to comment.