Skip to content

Commit

Permalink
dont need to map to host port
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-shaw committed Jun 26, 2024
1 parent 3109765 commit 2bc6aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ services:
redis:
image: redis:7-alpine
restart: always
ports:
- 6379:6379
expose:
- 6379
nginx:
build: ./nginx
volumes:
Expand Down

0 comments on commit 2bc6aa4

Please sign in to comment.