[DEV] specify the network ardress of the docker interface
This commit is contained in:
parent
fa23cd1f74
commit
b5c263f3c9
@ -10,4 +10,11 @@ services:
|
|||||||
- "1194:1194/udp"
|
- "1194:1194/udp"
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./openvpn-data/conf:/etc/openvpn
|
- ./openvpn-data/conf:/etc/openvpn
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
ipam:
|
||||||
|
driver: default
|
||||||
|
config:
|
||||||
|
- subnet: 10.3.1.0/30
|
Loading…
x
Reference in New Issue
Block a user