Skip to content

Commit

Permalink
update 2.3 -> 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 committed Feb 25, 2020
1 parent f42fc11 commit bdf793d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "2.2"
version: "2.4"
services:
nginx:
image: nginx:alpine
Expand All @@ -16,7 +16,7 @@ services:

ui:
build: ui
image: kube-operator/ui:2.3.0
image: kube-operator/ui:2.4.0
container_name: kubeops_ui
restart: always
healthcheck:
Expand All @@ -30,7 +30,7 @@ services:

api:
build: core
image: kube-operator/core:2.3.0
image: kube-operator/core:2.4.0
container_name: kubeops_api
command: 'web'
restart: always
Expand All @@ -55,7 +55,7 @@ services:
elasticsearch:
condition: service_healthy
task:
image: kube-operator/core:2.3.0
image: kube-operator/core:2.4.0
command: 'task'
container_name: kubeops_task
restart: always
Expand Down

0 comments on commit bdf793d

Please sign in to comment.