We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ead7d0 commit d23e697Copy full SHA for d23e697
blueprints/openpanel/docker-compose.yml
@@ -54,7 +54,7 @@ services:
54
retries: 5
55
56
op-api:
57
- image: lindesvard/openpanel-api:2.0.0
+ image: lindesvard/openpanel-api:2
58
restart: always
59
command: >
60
sh -c "
@@ -97,7 +97,7 @@ services:
97
condition: service_healthy
98
99
op-dashboard:
100
- image: lindesvard/openpanel-dashboard:2.0.0
+ image: lindesvard/openpanel-dashboard:2
101
102
depends_on:
103
@@ -111,7 +111,7 @@ services:
111
112
113
op-worker:
114
- image: lindesvard/openpanel-worker:2.0.0
+ image: lindesvard/openpanel-worker:2
115
116
117
0 commit comments