File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
33 mysql :
44 ports :
55 - 3306:3306
6- image : mysql:8.3
6+ image : mysql:8.3@sha256:9de9d54fecee6253130e65154b930978b1fcc336bcc86dfd06e89b72a2588ebe
77 environment :
88 - MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD:-root}
99 - MYSQL_DATABASE=${MYSQL_DATABASE:-grafana}
@@ -52,7 +52,7 @@ services:
5252 - " tls"
5353 depends_on :
5454 - grafana
55- image : squareup/ghostunnel:v1.5.2
55+ image : squareup/ghostunnel:v1.5.2@sha256:70f4cf270425dee074f49626ec63fc96e6712e9c0eedf127e7254e8132d25063
5656 command : |
5757 server
5858 --listen 0.0.0.0:3001
@@ -71,7 +71,7 @@ services:
7171 - " proxy"
7272 depends_on :
7373 - grafana
74- image : nginx:latest
74+ image : nginx:latest@sha256:029d4461bd98f124e531380505ceea2072418fdf28752aa73b7b273ba3048903
7575 ports :
7676 - 3001:3001
7777 volumes :
You can’t perform that action at this time.
0 commit comments