mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-18 20:02:58 +02:00
Removed environment variables from docker app container definition
This commit is contained in:
@@ -8,10 +8,6 @@ services:
|
||||
depends_on:
|
||||
- memcached
|
||||
- redis
|
||||
environment:
|
||||
MEMCACHED_HOST: memcached
|
||||
REDIS_HOST: redis
|
||||
VIRTUAL_HOST: directory-lister.local
|
||||
ports:
|
||||
- ${APP_PORT:-80}:80
|
||||
extra_hosts:
|
||||
|
Reference in New Issue
Block a user