bitque/docker-compose.yml
2020-03-27 12:17:27 +01:00

9 lines
89 B
YAML

version: '3.0'
services:
db:
image: postgres:latest
ports:
- 5432:5432