Skip to content

Commit

Permalink
map port
Browse files Browse the repository at this point in the history
  • Loading branch information
chdsbd authored Apr 25, 2024
1 parent 5d1209b commit 9f31a24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
# Maps port 6379 on service container to the host
- 6379:6379
steps:
- uses: actions/checkout@v3
- name: Install poetry
Expand Down

0 comments on commit 9f31a24

Please sign in to comment.