更新 'docker-compose.yml'

This commit is contained in:
chinky 2022-07-30 23:22:36 +08:00
parent f026113c10
commit 016971c663
1 changed files with 2 additions and 1 deletions

View File

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