更新 'docker-compose.yml'

This commit is contained in:
chinky 2022-07-30 18:48:00 +08:00
parent 600824a630
commit 9621bcc38c
1 changed files with 5 additions and 10 deletions

View File

@ -1,10 +1,10 @@
version: "2"
version: "3"
networks:
op_net:
driver: macvlan
driver: bridge
driver_opts:
parent: ens24s0
parent: enp24s0
ipam:
driver: default
config:
@ -14,12 +14,7 @@ networks:
services:
openwrt:
image: sulinggg/openwrt:x86_64
privileged: true
privileged: true
restart: always
command: /sbin/init
# networks:
# op_net:
# ipv4_address: 192.168.222.130
ports:
- "3000:3000"
- "22:22"