Raller1028 patch 1 (#185)

This commit is contained in:
raller1028 2023-06-21 11:38:32 +08:00 committed by GitHub
parent c2138ff541
commit dc3b59fc7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ services:
en_us: Set this to ingest sql files from an http/https endpoint (comma seperated array).
ports:
- target: 3306
published: 3306
published: "3306"
protocol: tcp
volumes:
- type: bind

View File

@ -41,7 +41,7 @@ services:
en_us: MongoDB Port
ports:
- target: 27017
published: 27017
published: "27017"
protocol: tcp
volumes:
- type: bind

View File

@ -36,7 +36,7 @@ services:
en_us: "Directory where Postgres database data is stored"
ports:
- target: 5432
published: 5432
published: "5432"
protocol: tcp
volumes:
- type: bind