Raller1028 patch 1 (#185)
This commit is contained in:
parent
c2138ff541
commit
dc3b59fc7c
|
@ -40,7 +40,7 @@ services:
|
||||||
en_us: Set this to ingest sql files from an http/https endpoint (comma seperated array).
|
en_us: Set this to ingest sql files from an http/https endpoint (comma seperated array).
|
||||||
ports:
|
ports:
|
||||||
- target: 3306
|
- target: 3306
|
||||||
published: 3306
|
published: "3306"
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
|
|
|
@ -41,7 +41,7 @@ services:
|
||||||
en_us: MongoDB Port
|
en_us: MongoDB Port
|
||||||
ports:
|
ports:
|
||||||
- target: 27017
|
- target: 27017
|
||||||
published: 27017
|
published: "27017"
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
|
|
|
@ -36,7 +36,7 @@ services:
|
||||||
en_us: "Directory where Postgres database data is stored"
|
en_us: "Directory where Postgres database data is stored"
|
||||||
ports:
|
ports:
|
||||||
- target: 5432
|
- target: 5432
|
||||||
published: 5432
|
published: "5432"
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
|
|
Loading…
Reference in New Issue