Skip to content

Commit

Permalink
fix(docker-compose): Make db service use correct env file (apache#15659)
Browse files Browse the repository at this point in the history
  • Loading branch information
jongillham committed Aug 4, 2021
1 parent 16f4902 commit d1fc2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-non-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1fc2e0

Please sign in to comment.