Changed port string to use auto assignment (travis build fails because the port is in use)

pull/29/head
Piero Toffanin 2016-10-05 13:07:47 -04:00
rodzic 4d41136b4f
commit fa01ff4a2c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -4,7 +4,7 @@ services:
build: ./db
container_name: db
ports:
- "5432:5432"
- "5432"
webapp:
build: .
container_name: webapp