fix: comments
This commit is contained in:
@@ -89,7 +89,7 @@ services:
|
||||
max-file: "3"
|
||||
|
||||
op-api:
|
||||
image: lindesvard/openpanel-api:2.0.0
|
||||
image: lindesvard/openpanel-api:latest
|
||||
restart: always
|
||||
command: >
|
||||
sh -c "
|
||||
@@ -119,7 +119,7 @@ services:
|
||||
max-file: "3"
|
||||
|
||||
op-dashboard:
|
||||
image: lindesvard/openpanel-dashboard:2.0.0
|
||||
image: lindesvard/openpanel-dashboard:latest
|
||||
restart: always
|
||||
depends_on:
|
||||
op-api:
|
||||
@@ -139,7 +139,7 @@ services:
|
||||
max-file: "3"
|
||||
|
||||
op-worker:
|
||||
image: lindesvard/openpanel-worker:2.0.0
|
||||
image: lindesvard/openpanel-worker:latest
|
||||
restart: always
|
||||
depends_on:
|
||||
op-api:
|
||||
|
||||
Reference in New Issue
Block a user