File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ It does include 2 different Docker containers:
27
27
* EasyRSA 3.X support
28
28
* Added support for Admin user and password creation via environment variables
29
29
* Added support for OpenVPN configuration file modification via UI
30
- * Support ARM32v7 and ARM64v8 architecture (Raspberry Pi)
30
+ * Support AMD64 and ARM64v8 architecture (Raspberry Pi)
31
31
* [ Openvpn-aws] ( https://github.com/d3vilh/openvpn-aws ) is a x86-64 fork of openvpn-ui project build to run on Amazon AWS t2-mini enviroment.
32
32
33
33
## Run this image using a ` docker-compose.yml ` file
34
34
35
35
``` yaml
36
36
openvpn-ui :
37
37
container_name : openvpn-ui
38
- image : d3vilh/openvpn-ui-arm32v7 :latest
38
+ image : d3vilh/openvpn-ui:latest
39
39
# image: d3vilh/openvpn-ui-amd64:latest
40
40
environment :
41
41
- OPENVPN_ADMIN_USERNAME={{ ovpnui_user }}
You can’t perform that action at this time.
0 commit comments