Skip to content

Commit

Permalink
feat: Expose additional ports in proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
PromiseFru committed Aug 21, 2024
1 parent 917af49 commit d5a3a25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ services:
ports:
- "80:80"
- "443:443"
- "15000:15000"
- "9000:9000"
- "8080:8080"
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
- ./nginx_defaults/security.conf:/etc/nginx/security.conf:ro
Expand Down

0 comments on commit d5a3a25

Please sign in to comment.