Skip to content

Commit

Permalink
Adjust network
Browse files Browse the repository at this point in the history
  • Loading branch information
kern committed Dec 29, 2024
1 parent f2cdd19 commit 62e95c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
redis:
image: redis:latest
ports:
- 6379:6379
- 127.0.0.1:6379:6379
networks:
- filepizza
volumes:
Expand All @@ -11,7 +11,7 @@ services:
build: .
image: kern/filepizza:latest
ports:
- 80:80
- 0.0.0.0:80:80
environment:
- PORT=80
- REDIS_URL=redis://redis:6379
Expand Down

0 comments on commit 62e95c0

Please sign in to comment.