fix: comments

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-12-16 09:04:10 +01:00
parent 6403c77e06
commit add80097d4
3 changed files with 15 additions and 12 deletions

View File

@@ -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: