Skip to content

Commit

Permalink
fix ngrok docker compose example (#3173)
Browse files Browse the repository at this point in the history
  • Loading branch information
d3n1z6 authored Dec 3, 2024
1 parent f1d0736 commit 86354f5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions examples/docker-compose-ngrok.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ services:
- ./data:/data

ngrok:
image: shkoliar/ngrok:latest
ports:
- 4551:4551
image: ngrok/ngrok:latest
command:
- "tcp"
- "mc:25565"
environment:
- PARAMS=tcp -region=us -authtoken=YourAuthTokenHere mc:25565
NGROK_AUTHTOKEN: <YourAuthTokenHere>
ports:
- 4551:4551

0 comments on commit 86354f5

Please sign in to comment.