forked from coop-cloud/traefik
Target port 5432 to open ports for PGSQL Recipe
This change is for opening port 5432 for recipe pgsql
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
environment:
|
||||
- PGSQL_ENABLED
|
||||
ports:
|
||||
- target: 5432
|
||||
published: 5432
|
||||
protocol: tcp
|
||||
mode: host
|
||||
Reference in New Issue
Block a user