mirror of
https://github.com/flant/ovpn-admin.git
synced 2026-02-04 09:12:13 -08:00
Compare commits
2 Commits
3cf196022d
...
c2cc535f4b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c2cc535f4b | ||
|
|
f2d9cb6de2 |
@ -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…
x
Reference in New Issue
Block a user