Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Jan 23, 2025
1 parent 2a7de71 commit d02f737
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ for optionally customizing compositions via _overrides_.
<a href='https://github.com/padhi-homelab/services/actions?query=workflow%3A%22Docker+Compose+Test+%28bitmagnet%29%22'><img src='https://img.shields.io/github/actions/workflow/status/padhi-homelab/services/compose-test_bitmagnet.yml?branch=master&logo=github&logoWidth=24&style=flat-square&label=tests'></img></a>
</th>
<th>
B <br> B
B <br> C
</th>
<th align='right'>
<a href='https://hub.docker.com/_/postgres'>
Expand Down Expand Up @@ -521,7 +521,7 @@ for optionally customizing compositions via _overrides_.
<a href='https://github.com/padhi-homelab/services/actions?query=workflow%3A%22Docker+Compose+Test+%28Nextcloud%29%22'><img src='https://img.shields.io/github/actions/workflow/status/padhi-homelab/services/compose-test_nextcloud.yml?branch=master&logo=github&logoWidth=24&style=flat-square&label=tests'></img></a>
</th>
<th>
B <br> B <br> B <br> C <br> B
B <br> B <br> C <br> C <br> B <br> B
</th>
<th align='right'>
<a href='https://hub.docker.com/_/mariadb'>
Expand Down
2 changes: 1 addition & 1 deletion openvpn/docker-compose.ports.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
services:
vpn:
ports:
- ${SERVER_LAN_BINDING_IP:?}:5432:5432 # SOCKS proxy
- ${SERVER_LAN_BINDING_IP:?}:${OPENVPN_PROXY_PORT:?}:5432 # SOCKS proxy
1 change: 1 addition & 0 deletions openvpn/static.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OPENVPN_PROXY_PORT=5432

0 comments on commit d02f737

Please sign in to comment.