更新 'docker-compose.yml'

This commit is contained in:
chinky 2022-07-30 23:22:36 +08:00
parent f026113c10
commit 016971c663

View File

@ -2,13 +2,14 @@ version: "3"
networks: networks:
op_net: op_net:
driver: bridge driver: macvlan
driver_opts: driver_opts:
parent: enp24s0 parent: enp24s0
ipam: ipam:
driver: default driver: default
config: config:
- subnet: 192.168.222.0/23 - subnet: 192.168.222.0/23
gateway: 192.168.222.254
services: services:
openwrt: openwrt: