Skip to content

Commit 1765a95

Browse files
committed
README update
1 parent 2f9a681 commit 1765a95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ It does include 2 different Docker containers:
2727
* EasyRSA 3.X support
2828
* Added support for Admin user and password creation via environment variables
2929
* 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)
3131
* [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.
3232

3333
## Run this image using a `docker-compose.yml` file
3434

3535
```yaml
3636
openvpn-ui:
3737
container_name: openvpn-ui
38-
image: d3vilh/openvpn-ui-arm32v7:latest
38+
image: d3vilh/openvpn-ui:latest
3939
# image: d3vilh/openvpn-ui-amd64:latest
4040
environment:
4141
- OPENVPN_ADMIN_USERNAME={{ ovpnui_user }}

0 commit comments

Comments
 (0)