Skip to content

Commit

Permalink
fix docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
depocoder committed Oct 12, 2024
1 parent bb89fe3 commit 6b6da2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
volumes:
- ./frontend/src:/app/src
ports:
- "127.0.0.1:3000:3000"
- "127.0.0.1:3000:80"

volumes:
redis_data:
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
volumes:
- ./frontend/src:/app/src
ports:
- "3000:80"
- "3000:3000"

volumes:
redis_data:

0 comments on commit 6b6da2e

Please sign in to comment.