Skip to content

Commit

Permalink
Rename test.yaml to ci.yaml. Uncomment 3000 port mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
skanderm committed Jan 5, 2024
1 parent f787f85 commit 8175063
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- REDIS_HOST=cache
- REDIS_PORT=6379
ports:
# - "3000:3000"
- "3000:3000"
- "4000:4000"
depends_on:
db:
Expand Down

0 comments on commit 8175063

Please sign in to comment.