Compare commits

...

2 Commits

Author SHA1 Message Date
Pastors
c2cc535f4b
Merge f2d9cb6de2b1b5caf635a6189bc37501b6058e64 into 0c881c81e773ef0ef230b06c0479d4347a9d7d58 2023-12-12 09:59:17 +03:00
Pastors
f2d9cb6de2
Update docker-compose.yaml
Fix a Dockerfile bug
2023-12-05 20:12:49 +08:00

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: