import files
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
version: '3.6'
|
||||
|
||||
services:
|
||||
postgres:
|
||||
ports:
|
||||
- 5433:5432
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,6 @@
|
||||
version: '3.6'
|
||||
|
||||
services:
|
||||
postgres:
|
||||
ports:
|
||||
- 5433:5432
|
||||