fix(docker-compose): Make db service use correct env file (#15659)

This commit is contained in:
Jon Gillham 2021-08-04 19:22:46 +01:00 committed by GitHub
parent 86cecaeec5
commit 7c95595b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ services:
- redis:/data
db:
env_file: docker/.env
env_file: docker/.env-non-dev
image: postgres:10
container_name: superset_db
restart: unless-stopped