docker: change image name.

This commit is contained in:
zhihui.ding
2023-04-12 10:07:49 +08:00
parent a6bcfd30f4
commit b7a73817aa
2 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ version: "2.3"
services:
confd:
restart: always
image: "openlan:latest"
image: "luscis/openlan:latest"
privileged: true
entrypoint: ["/var/openlan/script/confd.sh", "start"]
# network_mode: "host"
@@ -14,7 +14,7 @@ services:
- 10002:10002
ovsdb-server:
restart: always
image: "openlan:latest"
image: "luscis/openlan:latest"
privileged: true
entrypoint: ["/var/openlan/script/ovsdb-server.sh", "start"]
# network_mode: "host"
@@ -26,7 +26,7 @@ services:
- confd
ovs-vswitchd:
restart: always
image: "openlan:latest"
image: "luscis/openlan:latest"
privileged: true
# network_mode: "host"
network_mode: service:confd
@@ -38,7 +38,7 @@ services:
- ovsdb-server
switch:
restart: always
image: "openlan:latest"
image: "luscis/openlan:latest"
privileged: true
# network_mode: "host"
network_mode: service:confd
@@ -57,7 +57,7 @@ services:
- ovs-vswitchd
proxy:
restart: always
image: "openlan:latest"
image: "luscis/openlan:latest"
# privileged: true
# network_mode: "host"
network_mode: service:confd