Fixed Docker apache/php configs

This commit is contained in:
Chris Kankiewicz
2022-04-08 14:25:03 -07:00
parent 92a9a906eb
commit 72955587d3
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ services:
user: ${HOST_USER_ID:-0}:${HOST_GROUP_ID:-0}
volumes:
- ./:/var/www/html
- ./.docker/php/config/php.ini:/usr/local/etc/php/php.ini
- ./.docker/apache2/config/000-default.conf:/etc/apache2/sites-available/000-default.conf
memcached:
container_name: directory-lister-memcached