Skip to content

Commit c3da207

Browse files
committed
Use fixed pg version
1 parent cc1a90a commit c3da207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
environment:
1515
- POSTGRES_DB=goby_test
1616
- POSTGRES_USER=postgres
17-
image: 'postgres:latest'
17+
image: 'postgres:9.3.17'
1818
ports:
1919
- '5432'
2020

0 commit comments

Comments
 (0)