mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-12 17:14:05 +02:00
Fixed Docker apache/php configs
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user