Update docker-compose.yaml
Fix a Dockerfile bug
This commit is contained in:
parent
699cddc908
commit
f2d9cb6de2
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,8 @@ services:
|
||||||
openvpn:
|
openvpn:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
args:
|
||||||
|
TARGETARCH: "amd64"
|
||||||
dockerfile: Dockerfile.openvpn
|
dockerfile: Dockerfile.openvpn
|
||||||
image: openvpn:local
|
image: openvpn:local
|
||||||
command: /etc/openvpn/setup/configure.sh
|
command: /etc/openvpn/setup/configure.sh
|
||||||
|
@ -22,6 +24,8 @@ services:
|
||||||
ovpn-admin:
|
ovpn-admin:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
args:
|
||||||
|
TARGETARCH: "amd64"
|
||||||
image: ovpn-admin:local
|
image: ovpn-admin:local
|
||||||
command: /app/ovpn-admin
|
command: /app/ovpn-admin
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue