OSP removing quotes from ENV variable.

This commit is contained in:
Alexey Skobkin 2020-04-16 01:18:19 +03:00
parent aa34cb9f42
commit f5f659c27d
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ services:
- "127.0.0.1:8585:80/tcp"
- "127.0.0.1:8553:443/tcp"
environment:
- REDIS_HOST="ospredis"
- REDIS_HOST=ospredis
- REDIS_PORT=6379
- REDIS_PASSWORD=""
env_file: .env