You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
[](https://github.com/linuxserver"view the source for all of our repositories.")
8
8
[](https://opencollective.com/linuxserver"please consider helping us by either donating or contributing to our budget")
9
9
10
-
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring :-
10
+
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring:
11
11
12
12
* regular and timely application updates
13
13
* easy user mappings (PGID, PUID)
@@ -90,7 +90,7 @@ Compatible with docker-compose v2 schemas.
90
90
91
91
```
92
92
---
93
-
version: "2"
93
+
version: "2.1"
94
94
services:
95
95
openvpn-as:
96
96
image: linuxserver/openvpn-as
@@ -169,6 +169,11 @@ The "admin" account is a system (PAM) account and after container update or recr
169
169
To ensure your devices can connect to your VPN properly, goto Configuration -> Network Settings -> and change the "Hostname or IP Address" section to either your domain name or public ip address.
170
170
171
171
172
+
## Docker Mods
173
+
[](https://mods.linuxserver.io/?mod=openvpn-as"view available mods for this container.")
174
+
175
+
We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to enable additional functionality within the containers. The list of Mods available for this image (if any) can be accessed via the dynamic badge above.
0 commit comments