mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-03 03:33:58 +00:00
fix
This commit is contained in:
4
.github/workflows/run-tests.yaml
vendored
4
.github/workflows/run-tests.yaml
vendored
@@ -115,11 +115,11 @@ jobs:
|
|||||||
mysql-ssh-login:
|
mysql-ssh-login:
|
||||||
image: 'ghcr.io/dbgate/mysql-ssh-login:latest'
|
image: 'ghcr.io/dbgate/mysql-ssh-login:latest'
|
||||||
ports:
|
ports:
|
||||||
- 960382
|
- '16006:22'
|
||||||
mysql-ssh-keyfile:
|
mysql-ssh-keyfile:
|
||||||
image: 'ghcr.io/dbgate/mysql-ssh-keyfile:latest'
|
image: 'ghcr.io/dbgate/mysql-ssh-keyfile:latest'
|
||||||
ports:
|
ports:
|
||||||
- 960502
|
- '16008:22'
|
||||||
dex:
|
dex:
|
||||||
image: 'ghcr.io/dbgate/dex:latest'
|
image: 'ghcr.io/dbgate/dex:latest'
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -148,12 +148,12 @@ jobs:
|
|||||||
mysql-ssh-login:
|
mysql-ssh-login:
|
||||||
image: ghcr.io/dbgate/mysql-ssh-login:latest
|
image: ghcr.io/dbgate/mysql-ssh-login:latest
|
||||||
ports:
|
ports:
|
||||||
- 16006:22
|
- '16006:22'
|
||||||
|
|
||||||
mysql-ssh-keyfile:
|
mysql-ssh-keyfile:
|
||||||
image: ghcr.io/dbgate/mysql-ssh-keyfile:latest
|
image: ghcr.io/dbgate/mysql-ssh-keyfile:latest
|
||||||
ports:
|
ports:
|
||||||
- 16008:22
|
- '16008:22'
|
||||||
|
|
||||||
dex:
|
dex:
|
||||||
image: ghcr.io/dbgate/dex:latest
|
image: ghcr.io/dbgate/dex:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user