Skip to content

Commit

Permalink
fix(docker): s3 docker compose use correct env file (#14379)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcy-fdu authored Jan 5, 2024
1 parent 17daad7 commit c160a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose-with-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
- "2222:2222"
depends_on:
- etcd-0
env_file: multiple_object_storage.env
env_file: aws.env
volumes:
- "./risingwave.toml:/risingwave.toml"
environment:
Expand Down

0 comments on commit c160a9c

Please sign in to comment.