Create internal

This commit is contained in:
sump pump 2020-06-28 13:47:16 -06:00 committed by GitHub
parent d5e3fc19e3
commit ce7a206b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
docker/networks/internal Normal file
View File

@ -0,0 +1,7 @@
driver: macvlan
driver_opts:
parent: ${internal_interface}
ipam:
config:
- subnet: ${internal_subnet}
gateway: ${internal_gateway}