[DEV] specify the network ardress of the docker interface
This commit is contained in:
parent
fa23cd1f74
commit
b5c263f3c9
@ -11,3 +11,10 @@ services:
|
|||||||
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