Skip to content

Commit fe1e269

Browse files
committed
badges added, readme fixes
1 parent 131efb1 commit fe1e269

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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+
48
This docker image can be used in case when you need
59
an access, for example, to some service on your production server,
610
which doesn't expose it's ports to the worldwide.
@@ -35,7 +39,7 @@ see full list of environment variables below).
3539
Now each container in the compose project can access
3640
tunnelled 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
5357
in your docker-compose project, just specify localhost

0 commit comments

Comments
 (0)