Skip to content

Commit

Permalink
Followup docker-compose .env update
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Sep 16, 2023
1 parent 2aa6a1c commit e3e3e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
- 5555:5555
user: "${UID}:${GID}"
env_file:
- ./environment
- ./.env
restart: unless-stopped
command: celery --app=oca_github_bot.queue.app flower
depends_on:
Expand Down

0 comments on commit e3e3e4d

Please sign in to comment.