mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-10 23:41:22 +00:00
~添加docker compose支持
This commit is contained in:
@@ -21,4 +21,11 @@ services:
|
||||
|
||||
networks:
|
||||
macvlan_lan:
|
||||
external: true
|
||||
name: macvlan_lan
|
||||
driver: macvlan
|
||||
driver_opts:
|
||||
parent: eth0
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 192.168.31.0/24
|
||||
gateway: 192.168.31.1
|
||||
|
||||
Reference in New Issue
Block a user