We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb08d8 commit dd8f91fCopy full SHA for dd8f91f
src/util.ts
@@ -78,7 +78,7 @@ Or configure using environment variables:
78
79
Examples:
80
bun run src/index.ts --listenPort=6379 --targetHost=localhost --targetPort=6380
81
- docker run -e LISTEN_PORT=6379 -e TARGET_HOST=host.docker.internal -e TARGET_PORT=6380 your-image-name
+ docker run -p 3000:3000 -p 6379:6379 -e LISTEN_PORT=6379 -e TARGET_HOST=host.docker.internal -e TARGET_PORT=6380 your-image-name
82
`);
83
}
84
0 commit comments