File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11
22# Docker SSH tunnel
33
4+ ![ Docker Cloud Build Status] ( https://img.shields.io/docker/cloud/build/symfonydoge/docker-ssh-tunnel )
5+ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/symfonydoge/docker-ssh-tunnel )
6+ ![ Docker Stars] ( https://img.shields.io/docker/stars/symfonydoge/docker-ssh-tunnel )
7+
48This docker image can be used in case when you need
59an access, for example, to some service on your production server,
610which doesn't expose it's ports to the worldwide.
@@ -35,7 +39,7 @@ see full list of environment variables below).
3539Now each container in the compose project can access
3640tunnelled resource through ` ssh-tunnel-example:6379 ` .
3741
38- ### Environment Variables
42+ ## Environment Variables
3943
4044| Name | Default value | Description |
4145| :---------------- | :------------ | :-------------------------------------------------------------------------------- |
@@ -47,7 +51,7 @@ tunnelled resource through `ssh-tunnel-example:6379`.
4751| ` SSH_TUNNEL_PORT ` | 22 | SSH daemon port on the remote server |
4852| ` SSH_TUNNEL_USER ` | root | User login for establishing an SSH connection |
4953
50- ### Hints
54+ ## Hints
5155
5256- You can expose a port only for local access
5357in your docker-compose project, just specify localhost
You can’t perform that action at this time.
0 commit comments