Skip to content

Commit

Permalink
Fix ports for HTTPS proxy docker container (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden authored Sep 30, 2024
2 parents 2dba056 + e6eb246 commit 0bdabf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:
dockerfile: HttpsProxy.Dockerfile
restart: unless-stopped
ports:
- "10060:10060"
- "10061:10061"
environment:
BUNKUM_DATA_FOLDER: /refresh/data
Expand Down

0 comments on commit 0bdabf0

Please sign in to comment.