rust-postgres/docker-compose.yml

7 lines
105 B
YAML
Raw Normal View History

2017-07-09 02:40:03 +00:00
version: '2'
services:
postgres:
2017-10-05 21:20:26 +00:00
image: "sfackler/rust-postgres-test:3"
2017-07-09 02:40:03 +00:00
ports:
- 5433:5433