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).
|
||||
ports:
|
||||
- target: 3306
|
||||
published: 3306
|
||||
published: "3306"
|
||||
protocol: tcp
|
||||
volumes:
|
||||
- type: bind
|
||||
|
|
|
@ -41,7 +41,7 @@ services:
|
|||
en_us: MongoDB Port
|
||||
ports:
|
||||
- target: 27017
|
||||
published: 27017
|
||||
published: "27017"
|
||||
protocol: tcp
|
||||
volumes:
|
||||
- type: bind
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue