File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# Docker SSH tunnel
3
3
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
+
4
8
This docker image can be used in case when you need
5
9
an access, for example, to some service on your production server,
6
10
which doesn't expose it's ports to the worldwide.
@@ -35,7 +39,7 @@ see full list of environment variables below).
35
39
Now each container in the compose project can access
36
40
tunnelled resource through ` ssh-tunnel-example:6379 ` .
37
41
38
- ### Environment Variables
42
+ ## Environment Variables
39
43
40
44
| Name | Default value | Description |
41
45
| :---------------- | :------------ | :-------------------------------------------------------------------------------- |
@@ -47,7 +51,7 @@ tunnelled resource through `ssh-tunnel-example:6379`.
47
51
| ` SSH_TUNNEL_PORT ` | 22 | SSH daemon port on the remote server |
48
52
| ` SSH_TUNNEL_USER ` | root | User login for establishing an SSH connection |
49
53
50
- ### Hints
54
+ ## Hints
51
55
52
56
- You can expose a port only for local access
53
57
in your docker-compose project, just specify localhost
You can’t perform that action at this time.
0 commit comments