mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-17 15:04:42 +01:00
Note NGinx support for arm32v7
This commit is contained in:
@@ -382,6 +382,7 @@ namespace DockerFileBuildHelper
|
||||
break;
|
||||
case "nginx":
|
||||
dockerInfo.DockerFilePath = $"stable/stretch/Dockerfile";
|
||||
dockerInfo.DockerFilePathARM32v7 = $"stable/stretch/Dockerfile";
|
||||
dockerInfo.GitLink = "https://github.com/nginxinc/docker-nginx";
|
||||
dockerInfo.GitRef = $"master";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user