This commit is contained in:
Pastors 2023-12-12 09:59:17 +03:00 committed by GitHub
commit c2cc535f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ services:
openvpn:
build:
context: .
args:
TARGETARCH: "amd64"
dockerfile: Dockerfile.openvpn
image: openvpn:local
command: /etc/openvpn/setup/configure.sh
@ -22,6 +24,8 @@ services:
ovpn-admin:
build:
context: .
args:
TARGETARCH: "amd64"
image: ovpn-admin:local
command: /app/ovpn-admin
environment: