Skip to content

Commit ea18b5f

Browse files
authored
fix: rename docker images of admin and web (#2739)
1 parent fe10f64 commit ea18b5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/cli-install/coolify-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ x-live-env: &live-env
127127

128128
services:
129129
admin:
130-
image: makeplane/admin-enterprise:${APP_RELEASE_VERSION:-v1.x.x}
130+
image: registry.plane.tools/plane/admin-enterprise:${APP_RELEASE_VERSION:-v1.x.x}
131131
command: node admin/server.js admin
132132
deploy:
133133
replicas: ${ADMIN_REPLICAS:-1}
@@ -138,7 +138,7 @@ services:
138138
- web
139139

140140
web:
141-
image: makeplane/web-enterprise:${APP_RELEASE_VERSION:-v1.x.x}
141+
image: registry.plane.tools/plane/web-enterprise:${APP_RELEASE_VERSION:-v1.x.x}
142142
command: node web/server.js web
143143
deploy:
144144
replicas: ${WEB_REPLICAS:-1}

0 commit comments

Comments
 (0)