7 lines
69 B
YAML
7 lines
69 B
YAML
version: '3.9'
|
|
|
|
services:
|
|
postgres:
|
|
ports:
|
|
- "5432:5432"
|