mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-22 13:43:15 +02:00
Set memcached and redis hosts envars in docker-compose.yaml
This commit is contained in:
@@ -9,6 +9,8 @@ services:
|
||||
- memcached
|
||||
- redis
|
||||
environment:
|
||||
MEMCACHED_HOST: memcached
|
||||
REDIS_HOST: redis
|
||||
VIRTUAL_HOST: directory-lister.local
|
||||
ports:
|
||||
- ${APP_PORT:-80}:80
|
||||
|
Reference in New Issue
Block a user