File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
custom-domain/dstack-ingress Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ The dstack-ingress now supports multiple domains in a single container:
6262
6363### Deployment
6464
65- You can either build the ingress container and push it to docker hub, or use the prebuilt image at ` kvin /dstack-ingress` .
65+ You can either build the ingress container and push it to docker hub, or use the prebuilt image at ` dstacktee /dstack-ingress:20250924 ` .
6666
6767#### Option 1: Use the Pre-built Image
6868
@@ -71,7 +71,7 @@ The fastest way to get started is to use our pre-built image. Simply use the fol
7171``` yaml
7272services :
7373 dstack-ingress :
74- image : kvin /dstack-ingress@sha256:<the latest image hash>
74+ image : dstacktee /dstack-ingress:20250924 @sha256:40429d78060ef3066b5f93676bf3ba7c2e9ac47d4648440febfdda558aed4b32
7575 ports :
7676 - " 443:443"
7777 environment :
@@ -104,7 +104,7 @@ volumes:
104104` ` ` yaml
105105services :
106106 ingress :
107- image : kvin /dstack-ingress@sha256:776d26616584d487d94d94df9be026e98b109af41797483c172fc4991f7e9968
107+ image : dstacktee /dstack-ingress:20250924 @sha256:40429d78060ef3066b5f93676bf3ba7c2e9ac47d4648440febfdda558aed4b32
108108 ports :
109109 - " 443:443"
110110 environment :
@@ -222,7 +222,7 @@ example:
222222` ` ` yaml
223223services:
224224 dstack-ingress:
225- image: kvin /dstack-ingress@sha256:<the latest image hash>
225+ image: dstacktee /dstack-ingress:20250924 @sha256:40429d78060ef3066b5f93676bf3ba7c2e9ac47d4648440febfdda558aed4b32
226226 ports:
227227 - "443:443"
228228 environment:
Original file line number Diff line number Diff line change 11services :
22 ingress :
3- image : kvin /dstack-ingress@sha256:776d26616584d487d94d94df9be026e98b109af41797483c172fc4991f7e9968
3+ image : dstacktee /dstack-ingress:20250924 @sha256:40429d78060ef3066b5f93676bf3ba7c2e9ac47d4648440febfdda558aed4b32
44 ports :
55 - " 443:443"
66 environment :
Original file line number Diff line number Diff line change 11services :
22 dstack-ingress :
3- image : kvin /dstack-ingress@sha256:776d26616584d487d94d94df9be026e98b109af41797483c172fc4991f7e9968
3+ image : dstacktee /dstack-ingress:20250924 @sha256:40429d78060ef3066b5f93676bf3ba7c2e9ac47d4648440febfdda558aed4b32
44 ports :
55 - " 443:443"
66 environment :
You can’t perform that action at this time.
0 commit comments